mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
use g:tagbar_highlight_method as default in tagbar#currenttag and forward search method from :TagbarCurrentTag (#803)
* allow to specify {search-method} in :TagbarCurrentTag command
* tagbar#currenttag now uses g:tagbar_highlight_method as default search method
This commit is contained in:
@@ -295,9 +295,9 @@ COMMANDS *tagbar-commands*
|
||||
Open the parent folds of the current tag in the file window as much as
|
||||
needed for the tag to be visible in the Tagbar window.
|
||||
|
||||
:TagbarCurrentTag [{flags}] *:TagbarCurrentTag*
|
||||
Echo the current tag in the command line. For {flags} see
|
||||
|tagbar-statusline|.
|
||||
:TagbarCurrentTag [{flags} [{search-method}]] *:TagbarCurrentTag*
|
||||
Echo the current tag in the command line. For {flags} and {search-method}
|
||||
see |tagbar-statusline|.
|
||||
|
||||
:TagbarGetTypeConfig {filetype} *:TagbarGetTypeConfig*
|
||||
Paste the Tagbar configuration of the vim filetype {filetype} at the
|
||||
|
||||
Reference in New Issue
Block a user