commit | a72cfb80cd7aa589ad2a4fb8766ed6d30ea8ae33 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 17:07:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 17:07:30 2020 +0200 |
tree | 4e0ba772f84209f1d2364b6ed0c59db5f08530c7 | |
parent | f7b398c6a9476a2004a42555b731ebf47b866408 [diff] [blame] |
patch 8.2.0624: Vim9: no check for space before #comment Problem: Vim9: no check for space before #comment. Solution: Add space checks. Fix :throw with double quoted string.
diff --git a/src/version.c b/src/version.c index b226873..86cfce0 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 624, +/**/ 623, /**/ 622,