summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/testdir/input/vim9_legacy_header_fold.vim
blob: 6e0e71e24d377f5593e4c707e5ec44370670a2fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
" VIM_TEST_SETUP let g:vimsyn_folding = "H" | set 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"