commit | 93be1644db2848659b0610477968c83f53619da1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 21:34:41 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 21:34:41 2020 +0200 |
tree | 62d90457848b7155edb94ba2fbd8da4c85be166a | |
parent | c07b7f701fb30d26112051e4ec737c7e3db72357 [diff] [blame] |
patch 8.2.1838: Vim9: cannot insert a comment line in an expression Problem: Vim9: cannot insert a comment line in an expression. Solution: Skip comment lines at the script level. (closes #7111)
diff --git a/src/version.c b/src/version.c index 035ab27..8f85e6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1838, +/**/ 1837, /**/ 1836,