commit | 5072b47a223fb044041b8e7db59a17b3b1d8a625 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 03 21:56:10 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 03 21:56:10 2021 +0200 |
tree | dbe8e9251fda2908ae694a21e8ca182d057305cf | |
parent | 85eee5b969485142b54337cadadd65a38e7d7396 [diff] [blame] |
patch 8.2.2931: Vim9: line continuation comment uses legacy syntax Problem: Vim9: line continuation comment still uses legacy syntax in one place. Solution: Check for #\ instead of "\ earlier. (closes #8316)
diff --git a/src/version.c b/src/version.c index f89a149..57a4dcd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2931, +/**/ 2930, /**/ 2929,