1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Use tagbar_iconchars not present in emoji (#807)

This commit is contained in:
Dexter Gaon-Shatford
2022-02-06 02:18:01 -05:00
committed by GitHub
parent 88242397b4
commit a0343f0090

View File

@@ -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