commit | 1966c248814d5195edcd1208ed0e51e664a61283 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 20 22:42:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 20 22:42:32 2020 +0200 |
tree | 473348747676a70ed53b2ef8de16ae085121d878 | |
parent | 2c7f8c574f1f8723d59adca3fec8fb89c41cf8c9 [diff] [blame] |
patch 8.2.0613: Vim9: no check for space before #comment Problem: Vim9: no check for space before #comment. Solution: Add space checks.
diff --git a/src/version.c b/src/version.c index de9413b..9b00c49 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 613, +/**/ 612, /**/ 611,