commit | 0f37e3561db95b0ef0b636588bbd30297e377384 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 02 15:28:15 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 02 15:28:15 2021 +0200 |
tree | 77106af00fa3c877b7611d90741f399d9118396e | |
parent | a2e468fcac7523ae6a0ab65db5196684801fa2d1 [diff] [blame] |
patch 8.2.2925: Vim9: line continuation comment uses legacy syntax Problem: Vim9: line continuation comment uses legacy syntax. Solution: Check for #\ instead of "\. (closes #8295)
diff --git a/src/version.c b/src/version.c index aaf27c1..188bb1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2925, +/**/ 2924, /**/ 2923,