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

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

23 lines
308 B
VimL
Raw Normal View History

2025-07-25 20:00:25 +02:00
" Vim9 legacy script header
" VIM_TEST_SETUP let g:vimsyn_folding = "H"
" VIM_TEST_SETUP setl fdc=2 fdl=99 fdm=syntax
" 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