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
@ -16,7 +16,7 @@ grepadd! 'pat\|tern' foo.txt
|
||||
lgrepadd! 'pat\|tern' foo.txt
|
||||
|
||||
|
||||
" special filename characters
|
||||
" Special filename characters
|
||||
|
||||
grep 'pat\|tern' %
|
||||
lgrep 'pat\|tern' %
|
||||
@ -31,7 +31,7 @@ grepadd! 'pat\|tern' %
|
||||
lgrepadd! 'pat\|tern' %
|
||||
|
||||
|
||||
" trailing bar, no tail comment
|
||||
" Trailing bar, no tail comment
|
||||
|
||||
grep 'pat\|tern' foo.txt | echo "Foo"
|
||||
lgrep 'pat\|tern' foo.txt | echo "Foo"
|
||||
|
||||
Reference in New Issue
Block a user