mirror of
https://github.com/vim/vim.git
synced 2026-04-25 13:06:05 +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,7 +1,7 @@
|
||||
" Vim :call command
|
||||
|
||||
|
||||
" functions for which there are same-named Ex commands
|
||||
" Functions with same-named Ex commands
|
||||
|
||||
call browse(save, title, initdir, default)
|
||||
call call(func, arglist, dict)
|
||||
@@ -49,3 +49,4 @@ call Foo(arg1, arg2)
|
||||
|
||||
let res = call(func, arglist, dict)
|
||||
let res = call (func, arglist, dict)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user