From 04e40e09c18d3c5976ceb0a686ce6abb541f3331 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Mon, 3 Sep 2012 19:07:52 -0300 Subject: [PATCH] fix example for statusline vim funcs can't have spaces in arg lists --- doc/tagbar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index a598d99..30a3ce8 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -613,7 +613,7 @@ tagbar#currenttag({format}, {default} [, {flags}]) other tags. For example, if you put the following into your statusline: > - %{tagbar#currenttag('[%s] ', '')} + %{tagbar#currenttag('[%s] ','')} < then the function "myfunc" will be show as "[myfunc()] ". ==============================================================================