1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01: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

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