1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-05-03 12:20:54 +02:00
Caleb Maclennan
2020-01-02 08:01:13 +03:00
parent a0f51bd5a6
commit 3c4c8af4b4
+1 -1
View File
@@ -86,7 +86,7 @@ call s:setup_options()
if !exists('g:tagbar_iconchars')
if has('multi_byte') && has('unix') && &encoding ==# 'utf-8' &&
\ (empty(&termencoding) || &termencoding ==# 'utf-8')
\ (!exists('+termencoding') || empty(&termencoding) || &termencoding ==# 'utf-8')
let g:tagbar_iconchars = ['▶', '▼']
else
let g:tagbar_iconchars = ['+', '-']