Also set scriptencoding in syntax file

This commit is contained in:
Jan Larres 2011-06-18 18:54:53 +12:00
parent 20ea53630b
commit e84efc3366

View File

@ -5,6 +5,10 @@
" Website: http://majutsushi.github.com/tagbar/
" Version: 2.1
if has('multi_byte')
scriptencoding utf-8
endif
if exists("b:current_syntax")
finish
endif