vint: Use single quotes
This commit is contained in:
parent
74ed699e82
commit
7a8737a453
1 changed files with 2 additions and 2 deletions
|
|
@ -156,7 +156,7 @@ syn sync match nimSync grouphere NONE "):$"
|
|||
syn sync maxlines=200
|
||||
syn sync minlines=2000
|
||||
|
||||
if v:version >= 508 || !exists("did_nim_syn_inits")
|
||||
if v:version >= 508 || !exists('did_nim_syn_inits')
|
||||
if v:version <= 508
|
||||
let did_nim_syn_inits = 1
|
||||
command -nargs=+ HiLink hi link <args>
|
||||
|
|
@ -200,5 +200,5 @@ if v:version >= 508 || !exists("did_nim_syn_inits")
|
|||
delcommand HiLink
|
||||
endif
|
||||
|
||||
let b:current_syntax = "nim"
|
||||
let b:current_syntax = 'nim'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue