Files
org-vim/runtime/syntax/testdir/input/vim9_shebang.vim
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
100 B
VimL
Raw Normal View History

#!/usr/bin/env vim -S
vim9script
2025-07-25 20:00:25 +02:00
# Vim9 shebang line
# just a line comment
#!/usr/bin/env vim -S
2025-07-25 20:00:25 +02:00