mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-25 17:56:29 +08:00
Use tagbar_iconchars not present in emoji (#807)
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user