commit | 8071cb2c646c9d38dcd4e3ccd377dce07705f031 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 17:58:01 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 17:58:01 2019 +0200 |
tree | 1618343aba4c372cbfc3fc9c56e7a7102518c6ec | |
parent | bd42b31780794fa751597cf3aa4d1d01889b1494 [diff] [blame] |
patch 8.1.1667: flags for Ex commands may clash with other symbols Problem: Flags for Ex commands may clash with other symbols. Solution: Prepend with EX_.
diff --git a/src/version.c b/src/version.c index f274cef..afd775a 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1667, +/**/ 1666, /**/ 1665,