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:
@@ -18,6 +18,10 @@
|
||||
" use of this software.
|
||||
" ============================================================================
|
||||
|
||||
if has('multi_byte')
|
||||
scriptencoding utf-8
|
||||
endif
|
||||
|
||||
if &cp || exists('g:loaded_tagbar')
|
||||
finish
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user