mirror of
https://github.com/vim/vim.git
synced 2026-04-27 14:05:58 +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
@@ -15,7 +15,7 @@ profdel file MyScript.vim
|
||||
profdel here
|
||||
|
||||
|
||||
" tail comment
|
||||
" Tail comment
|
||||
|
||||
profile start /tmp/myprofile " comment
|
||||
profile stop " comment
|
||||
@@ -31,7 +31,7 @@ profdel file MyScript.vim " comment
|
||||
profdel here " comment
|
||||
|
||||
|
||||
" trailing command
|
||||
" Trailing command
|
||||
|
||||
profile start /tmp/myprofile | echo "Foo"
|
||||
profile stop | echo "Foo"
|
||||
|
||||
Reference in New Issue
Block a user