1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-04-22 14:11:28 +02:00

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
+4
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