mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
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:
@@ -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
|
||||
|
||||
@@ -729,6 +729,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
391,
|
||||
/**/
|
||||
390,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user