commit | 2c330432cfb12181c61d698b5459bfd73d2610df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 14:41:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 14:41:35 2020 +0200 |
tree | 86e70718a23762d23c42fd292a623efed66205b2 | |
parent | 1a2f4bf6c80d750615f19c34e5baddd21310c9c9 [diff] [blame] |
patch 8.2.0567: Vim9: cannot put comments halfway expressions Problem: Vim9: cannot put comments halfway expressions. Solution: Support # comments in many places.
diff --git a/src/version.c b/src/version.c index 35f8df8..d4250e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 567, +/**/ 566, /**/ 565,