mirror of
https://github.com/vim/vim.git
synced 2026-04-22 11:45:50 +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
@@ -1,20 +1,30 @@
|
||||
" Vim :normal command
|
||||
|
||||
|
||||
normal j
|
||||
normal! j
|
||||
normal!j
|
||||
|
||||
" no trailing bar
|
||||
|
||||
" No trailing bar
|
||||
|
||||
normal j 42|echo "not echo command"
|
||||
|
||||
" no trailing comment
|
||||
|
||||
" No trailing comment
|
||||
|
||||
normal j "0p
|
||||
|
||||
" multiline arg
|
||||
|
||||
" Multiline arg
|
||||
|
||||
normal j
|
||||
\k
|
||||
"\ comment
|
||||
\j
|
||||
|
||||
" word-boundary required after name (old bug)
|
||||
|
||||
" Issue: word-boundary required after name (old bug)
|
||||
|
||||
normalj
|
||||
|
||||
|
||||
Reference in New Issue
Block a user