patch 9.2.0391: tests: Comment in test_vim9_cmd breaks syntax highlighting

Problem:  tests: Comment in test_vim9_cmd breaks syntax highlighting
Solution: Move the comment into the function and use the # as comment
          marker instead

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2026-04-25 16:49:21 +00:00
parent 0f9218851d
commit 10b57290d3
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2103,8 +2103,8 @@ def s:check_previewpopup(expected_title: string)
set previewpopup&
enddef
" Test for the 'previewpopup' option
def Test_previewpopup()
# Test for the 'previewpopup' option
CheckFeature quickfix
set previewpopup=height:10,width:60
pedit Xppfile
+2
View File
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
391,
/**/
390,
/**/