1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

fix example for statusline

vim funcs can't have spaces in arg lists
This commit is contained in:
Seth Woodworth
2012-09-03 19:07:52 -03:00
parent 4569779601
commit 04e40e09c1

View File

@@ -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()] ".
==============================================================================