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

17 lines
187 B
VimL
Raw Normal View History

" comment
if !has('vim9script')
# 42 " comment
source foo.vim
finish
endif
" comment
vim9script noclear
# comment
# string only recognised with leading char
"useless string"