summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/testdir/input/vim9_legacy_header.vim
blob: 66aeb3961206edefecc6552bee67f9c2344f8570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
" comment

if !has('vim9script')
  # 42 " comment
  source foo.vim
  finish
endif

" comment

vim9script noclear

# comment

 # string only recognised with leading char
 "useless string"