0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04: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:
Doug Kearns
2025-07-25 20:00:25 +02:00
committed by Christian Brabandt
parent e9d1259111
commit cced80dcbb
555 changed files with 1973 additions and 1787 deletions

View File

@@ -1,15 +1,15 @@
" Vim :command, :delcommand and :comclear commands
" VIM_TEST_SETUP highlight link vimUserCmdName Todo
" VIM_TEST_SETUP highlight link vimDelcommandName Todo
" VIM_TEST_SETUP hi link vimUserCmdName Todo
" VIM_TEST_SETUP hi link vimDelcommandName Todo
" list
" List
command
command F
" define
" Define
command Foo echo "Foo"
command! Foo echo "Foo"
@@ -53,7 +53,7 @@ def Foo2()
enddef
" multiline define
" Multiline define
command! -addr=lines
\ -bang
@@ -112,12 +112,12 @@ command!
\ echo "Bar"
" errors
" Errors
command! -badattr=arguments -bang -badattr -nargs=* Foo echo "Foo"
" delete
" Delete
delcommand Foo
delcommand -buffer Foo