commit | 5b1c8fe3d588ab450d4646a0088db4efda88200a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 21 18:42:43 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 21 18:42:43 2020 +0100 |
tree | dcfaed845bd66c02605092c0d75ebaba499c800b | |
parent | 818fc9ad143911b2faa0d7cee86724aa70a02080 [diff] [blame] |
patch 8.2.0294: cannot use Ex command that is also a function name Problem: Cannot use Ex command that is also a function name. Solution: Recognize an Ex command by a colon prefix.
diff --git a/src/version.c b/src/version.c index 196941f..043931d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 294, +/**/ 293, /**/ 292,