1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-05-02 20:00:55 +02:00

Add "scriptencoding" directive to avoid encoding issues

This commit is contained in:
Jan Larres
2011-06-18 18:46:04 +12:00
parent a0939108d2
commit 20ea53630b
+4
View File
@@ -18,6 +18,10 @@
" use of this software.
" ============================================================================
if has('multi_byte')
scriptencoding utf-8
endif
if &cp || exists('g:loaded_tagbar')
finish
endif