From 67dc2a3b0633fd10e76d29b5ce66e71ad7b4f96b Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Thu, 13 Sep 2012 23:29:39 +1200 Subject: [PATCH] Typo --- doc/tagbar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 567c308..710e34b 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -617,7 +617,7 @@ tagbar#currenttag({format}, {default} [, {flags}]) For example, if you put the following into your statusline: > %{tagbar#currenttag('[%s] ','')} -< then the function "myfunc" will be show as "[myfunc()] ". +< then the function "myfunc" will be shown as "[myfunc()] ". ============================================================================== 6. Extending Tagbar *tagbar-extend*