From: Christian Brabandt Date: Sat, 25 Apr 2026 16:49:21 +0000 (+0000) Subject: patch 9.2.0391: tests: Comment in test_vim9_cmd breaks syntax highlighting X-Git-Tag: v9.2.0391^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10b57290d3c15988fdf8b6290ea47c08656af80a;p=thirdparty%2Fvim.git 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 --- diff --git a/src/testdir/test_vim9_cmd.vim b/src/testdir/test_vim9_cmd.vim index 1380440c40..22f33edf5c 100644 --- a/src/testdir/test_vim9_cmd.vim +++ b/src/testdir/test_vim9_cmd.vim @@ -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 diff --git a/src/version.c b/src/version.c index 2e73a46d4f..41c1753695 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 391, /**/ 390, /**/