commit | faac410409a8d693a0326ad9db42dca85419a391 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 20 17:46:14 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 20 17:46:14 2020 +0200 |
tree | 1ba8be438187c3296ec95892b749ce7f95efa20c | |
parent | 08f4157c5cabc55bcb22f04dd7c717aba40caa34 [diff] [blame] |
patch 8.2.0611: 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 1c5ad56..d051d79 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 611, +/**/ 610, /**/ 609,