summaryrefslogtreecommitdiff
path: root/mnv/runtime/syntax/testdir/input/mnv9_legacy_header.mnv
blob: d9afd0c86c3a43063b41bee684ce99d5f9fe774d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
" MNV9 legacy script header


" comment

if !has('mnv9script')
  # 42 " comment
  source foo.mnv
  finish
endif

" comment

mnv9script noclear

# comment

 # string only recognised with leading char
 "useless string"