mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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>
9 lines
100 B
VimL
9 lines
100 B
VimL
#!/usr/bin/env vim -S
|
|
vim9script
|
|
# Vim9 shebang line
|
|
|
|
|
|
# just a line comment
|
|
#!/usr/bin/env vim -S
|
|
|