mirror of
https://github.com/vim/vim
synced 2025-07-16 09:12:00 +00:00
Match enum values and missing class keywords. fixes: #15970 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
8 lines
98 B
VimL
8 lines
98 B
VimL
#!/usr/bin/env vim -S
|
|
vim9script
|
|
|
|
# Vim shebang line
|
|
|
|
# just a line comment
|
|
#!/usr/bin/env vim -S
|