mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-13 21:43:16 +08:00
Also set scriptencoding in syntax file
This commit is contained in:
parent
20ea53630b
commit
e84efc3366
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user