mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-15 05:53:00 +08:00
Merge pull request #157 from mmcclimon/doc_fontchars
Fix for confusing font character example.
This commit is contained in:
commit
2bacadf716
|
@ -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)
|
||||
<
|
||||
|
|
Loading…
Reference in New Issue
Block a user