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)
This commit is contained in:
Bram Moolenaar
2021-06-02 15:28:15 +02:00
parent a2e468fcac
commit 0f37e3561d
3 changed files with 22 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2925,
/**/
2924,
/**/