Fix syntax name

b:current_syntax should be set to "snippets", as that's the filetype,
not "snippet".
This commit is contained in:
Kevin Ballard 2014-06-29 19:42:57 -07:00
parent cab1509952
commit 636546bebc

View File

@ -73,4 +73,4 @@ hi def link snipGlobal Normal
hi def link snipClear Statement
hi def link snipPriority Statement
let b:current_syntax = "snippet"
let b:current_syntax = "snippets"