mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 03:20:27 +01:00
Use tagbar_iconchars not present in emoji (#807)
This commit is contained in:
committed by
GitHub
parent
88242397b4
commit
a0343f0090
@@ -135,7 +135,7 @@ call s:setup_options()
|
||||
if !exists('g:tagbar_iconchars')
|
||||
if has('multi_byte') && has('unix') && &encoding ==# 'utf-8' &&
|
||||
\ (!exists('+termencoding') || empty(&termencoding) || &termencoding ==# 'utf-8')
|
||||
let g:tagbar_iconchars = ['▶', '▼']
|
||||
let g:tagbar_iconchars = ['▸', '▾']
|
||||
else
|
||||
let g:tagbar_iconchars = ['+', '-']
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user