summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-12 17:58:01 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-12 17:58:01 +0200
commit8071cb2c646c9d38dcd4e3ccd377dce07705f031 (patch)
tree1618343aba4c372cbfc3fc9c56e7a7102518c6ec /src/version.c
parentbd42b31780794fa751597cf3aa4d1d01889b1494 (diff)
patch 8.1.1667: flags for Ex commands may clash with other symbolsv8.1.1667
Problem: Flags for Ex commands may clash with other symbols. Solution: Prepend with EX_.
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 f274cef134..afd775a71b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1667,
+/**/
1666,
/**/
1665,