commit | ba60cc45e786166767ca80f3dea6236d993c7971 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 19:15:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 19:15:33 2020 +0200 |
tree | 869b24c6dd04aacfb5a68c0f7cee9d0ec43946e4 | |
parent | 6d91bcb4d23b5c6a0be72c384beaf385e2d9d606 [diff] [blame] |
patch 8.2.1433: Vim9: cannot mingle comments in multi-line lambda Problem: Vim9: cannot mingle comments in multi-line lambda. Solution: Skip over NULL lines. (closes #6694)
diff --git a/src/version.c b/src/version.c index 5c942d7..e182ea6 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1433, +/**/ 1432, /**/ 1431,