junegunn / fzf.vim

fzf :heart: vim
MIT License
9.52k stars 582 forks source link

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

Open alps2006 opened 1 year ago

alps2006 commented 1 year ago

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.