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,5 +1,6 @@
|
||||
" Vim :sleep command
|
||||
|
||||
|
||||
sleep " sleep for one second
|
||||
5 sleep " sleep for five seconds
|
||||
sleep 100m " sleep for 100 milliseconds
|
||||
@ -9,3 +10,4 @@ sleep! " sleep for one second
|
||||
5 sleep! " sleep for five seconds
|
||||
sleep! 100m " sleep for 100 milliseconds
|
||||
100 sleep! m " sleep for 100 milliseconds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user