runtime(vim): Cleanup syntax tests
Improve formatting and naming consistency of the syntax tests. closes: #17850 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
e9d1259111
commit
cced80dcbb
@ -1,6 +1,6 @@
|
||||
" Vim :*make commands
|
||||
" VIM_TEST_SETUP highlight link vimCmdSep Operator
|
||||
" VIM_TEST_SETUP highlight link vimMakeBarEscape Special
|
||||
" VIM_TEST_SETUP hi link vimCmdSep Operator
|
||||
" VIM_TEST_SETUP hi link vimMakeBarEscape Special
|
||||
|
||||
|
||||
make
|
||||
@ -16,13 +16,13 @@ make! -options target
|
||||
lmake! -options target
|
||||
|
||||
|
||||
" special filename characters
|
||||
" Special filename characters
|
||||
|
||||
make %
|
||||
lmake %
|
||||
|
||||
|
||||
" trailing bar, no tail comment
|
||||
" Trailing bar, no tail comment
|
||||
|
||||
make tar\|get | echo "Foo"
|
||||
lmake tar\|get | echo "Foo"
|
||||
|
||||
Reference in New Issue
Block a user