summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-11 13:40:45 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-11 13:40:45 +0200
commitb074e8b8d4d3cefefc675dfaf3982d388ee07772 (patch)
tree36f1a96ee38e8df6a0db999d886f88f613deee0d /src/version.c
parent18aa13d13b69c090dbe186cd4939896488c433e3 (diff)
downloadvim-git-8.2.1178.tar.gz
patch 8.2.1178: Vim9: filter function recognized as command modifierv8.2.1178
Problem: Vim9: filter function recognized as command modifier, leading to a crash. Solution: Clear cmdmod after freeing items. Do not recognize a command modifier followed by non-white space. (closes #6434)
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 4ffa17ffc..c01d1059d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1178,
+/**/
1177,
/**/
1176,