unlet main_syntax at the end of syntax/haml.vim

This commit is contained in:
Jon Distad
2009-11-24 13:52:59 -05:00
parent 5ffacbf2f9
commit bd62a5eda0

View File

@@ -100,4 +100,8 @@ hi def link hamlError Error
let b:current_syntax = "haml"
if main_syntax == "haml"
unlet main_syntax
endif
" vim:set sw=2: