mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
Check for termencoding just in case
This commit is contained in:
@@ -74,7 +74,8 @@ if !exists('g:tagbar_foldlevel')
|
||||
let g:tagbar_foldlevel = 99
|
||||
endif
|
||||
|
||||
if has('multi_byte') && &encoding == 'utf-8'
|
||||
if has('multi_byte') && &encoding == 'utf-8' &&
|
||||
\ (empty(&termencoding) || &termencoding == 'utf-8')
|
||||
let s:icon_closed = '▶'
|
||||
let s:icon_open = '▼'
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user