commit | ed8b099fd23b20d7b5a436182bde6672c8686189 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 08 19:56:28 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 08 19:56:28 2021 +0200 |
tree | 8132d1ffe0c2e2801a3bbcc27518ffe9445b9693 | |
parent | 33ea9fd4d849324f1e958cc669987a51cf0baded [diff] [blame] |
patch 8.2.3318: Vim9: cannot ignore quotes in number at the command line Problem: Vim9: cannot ignore quotes in number at the command line. Solution: Use in_vim9script() so that after ":vim9" quotes are ignored.
diff --git a/src/version.c b/src/version.c index aacefc0..8971e5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3318, +/**/ 3317, /**/ 3316,