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

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

21 lines
218 B
VimL
Raw Normal View History

2025-07-25 20:00:25 +02:00
" Vim9 legacy script header
" comment
if !has('vim9script')
# 42 " comment
source foo.vim
finish
endif
" comment
vim9script noclear
# comment
# string only recognised with leading char
"useless string"
2025-07-25 20:00:25 +02:00