mirror of
https://github.com/vim/vim.git
synced 2026-04-21 19:28:43 +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,6 +1,6 @@
|
||||
vim9script
|
||||
# Vim9 :loadkeymap command
|
||||
|
||||
# Vim :loadkeymap command
|
||||
|
||||
scriptencoding utf-8
|
||||
|
||||
@@ -24,3 +24,4 @@ c <char-0103> Special notation allowed in RHS - octal
|
||||
\# <char-0x00a3> Line should not match as a Vim9-script comment
|
||||
" “ Line should not match as a legacy-script comment
|
||||
: # Line should not match as a Vim9-script comment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user