1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-04-23 14:41:29 +02:00

Fix for confusing font character example.

This commit is contained in:
Michael McClimon
2013-07-22 11:47:45 -04:00
parent 5732ce9bd6
commit e4fda667f9
+1 -1
View File
@@ -493,7 +493,7 @@ Examples (don't worry if some of the characters aren't displayed correctly,
just choose other characters in that case):
>
let g:tagbar_iconchars = ['▶', '▼'] (default on Linux and Mac OS X)
let g:tagbar_iconchars = ['', '']
let g:tagbar_iconchars = ['', '']
let g:tagbar_iconchars = ['▷', '◢']
let g:tagbar_iconchars = ['+', '-'] (default on Windows)
<