1
0
forked from aniani/vim

patch 8.2.3836: Vim9: comment after expression not skipped to find NL

Problem:    Vim9: comment after expression not skipped to find NL.
Solution:   After evaluating an expression look for a newline after a #
            comment.
This commit is contained in:
Bram Moolenaar
2021-12-17 14:46:12 +00:00
parent 259f443a93
commit 02929a372e
2 changed files with 23 additions and 2 deletions

View File

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