fzf.vim icon indicating copy to clipboard operation
fzf.vim copied to clipboard

prototype tag can be find for c and c++ in Btags command.

Open alps2006 opened this issue 2 years ago • 0 comments

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.

alps2006 avatar Feb 18 '23 06:02 alps2006