fzf.vim
fzf.vim copied to clipboard
prototype tag can be find for c and c++ in Btags command.
Question
In c and c++, BTag command can't show declared method of .h file. e.g.
int method1();
I think it is very important when including third party header file.
Resolve
add a --kinds-C=+p to support prototype tags.