mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-01-22 17:46:31 +08:00
a6dd1c3887
The current implementation of tagbar does not allow for setting the search-method in the `tagbar#currenttag` function. In https://github.com/preservim/tagbar/pull/696, tagbar implemented this, which has three options: nearest, neartest-stl, and scoped-stl. The reason for adding this - for me, at least - is to use the scoped-stl option, so that the statusline will display the proper function when there are nested functions. (Otherwise, once you go past a nested function, tagbar#currenttag still returns the nested function rather than the function it was nested in.) |
||
---|---|---|
.. | ||
extensions | ||
formatter | ||
themes | ||
async.vim | ||
builder.vim | ||
debug.vim | ||
extensions.vim | ||
highlighter.vim | ||
init.vim | ||
msdos.vim | ||
parts.vim | ||
section.vim | ||
themes.vim | ||
util.vim |