[NEW] LocDeltaList + LocDeltaList => LocDeltaList
[ohcount] / test / expected_dir / foo.vim
1 vim     comment " Vim syntax file
2 vim     comment " Language:     Test file for ohcount
3 vim     comment " Author:       Ciaran McCreesh
4 vim     comment "
5 vim     comment " This is a test vim syntax file for ohcount.
6 vim     comment "
7 vim     blank   
8 vim     code    if &compatible || v:version < 700
9 vim     code        finish
10 vim     code    endif
11 vim     blank   
12 vim     code    if exists("b:current_syntax")
13 vim     code      finish
14 vim     code    endif
15 vim     blank   
16 vim     comment " This is a comment. There are many like it, but this one is mine.
17 vim     code    syn region GiantSpaceMonkey start=/^\s*#/ end=/$/
18 vim     code    hi def link GiantSpaceMonkey Comment
19 vim     blank   
20 vim     code    let b:current_syntax = "ohcount-test"
21 vim     blank