From e4fda667f9a11704b9ff7eb6e259a14d3f3d99b3 Mon Sep 17 00:00:00 2001 From: Michael McClimon Date: Mon, 22 Jul 2013 11:47:45 -0400 Subject: [PATCH] Fix for confusing font character example. --- doc/tagbar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 62cb228..5e72622 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -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) <