mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 15:49:14 +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.) |
||
---|---|---|
.. | ||
airline.txt |