mirror of
https://github.com/vim/vim.git
synced 2026-04-24 12:46:31 +02:00
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
@@ -9,7 +9,7 @@ echoerr "Answer = " 42
|
||||
echoconsole "Answer = " 42
|
||||
|
||||
|
||||
" trailing bar vs OR operator
|
||||
" Trailing bar vs OR operator
|
||||
|
||||
" OR operator
|
||||
echo foo || bar
|
||||
@@ -25,7 +25,7 @@ echo "Foo" ||
|
||||
echohl WarningMsg | echo "Don't panic!" | echohl None
|
||||
|
||||
|
||||
" line continuations
|
||||
" Line continuations
|
||||
|
||||
echo "Answer = "
|
||||
"\ comment
|
||||
@@ -37,7 +37,7 @@ echo
|
||||
\ 42
|
||||
|
||||
|
||||
" trailing bar and comments
|
||||
" Trailing bar and comments
|
||||
|
||||
" :echo without {expr}
|
||||
echo| echo "Foo"
|
||||
|
||||
Reference in New Issue
Block a user