summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-23 12:29:11 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-23 12:29:11 +0200
commit189832bf661168df7ebd428e4088737718775fbd (patch)
tree41f4c1d46cc1b0b40dcff2969f189ddfd1b21d84 /src/version.c
parentc53e9c57a9846655c2d3169788f4beefa6d22d90 (diff)
patch 8.2.1729: endless loop when ":normal" feeds popup window filterv8.2.1729
Problem: Endless loop when ":normal" feeds popup window filter. Solution: Add the ex_normal_busy_done flag.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a9852e94e3..aa821b2d88 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1729,
+/**/
1728,
/**/
1727,