vim-protodef icon indicating copy to clipboard operation
vim-protodef copied to clipboard

Overriden (c++11) methods are not catched

Open malirod opened this issue 10 years ago • 3 comments

m option in --c++-kinds=+p-cdefglmnstuvx removes "virtual overriden" methods from the ctags output. Removal of this option does't help.

malirod avatar Jul 08 '14 10:07 malirod

I don't really maintain this much any more - I stopped doing any serious C++ coding a few years ago. I'm more than happy to take pull requests but I lack the time to actually work on this right now. If you can find someone that wants to take it over, please send them my way. :)

derekwyatt avatar Jul 23 '14 12:07 derekwyatt

It looks like the error is in ctags rather than in vim-protodef: https://sourceforge.net/p/ctags/bugs/367/

blackjack avatar Jul 06 '16 13:07 blackjack

there are two problems:

  1. you need to use universal ctags (https://github.com/universal-ctags/ctags) instead of regular ones
  2. you need to modify pullproto.pl to remove "override" keyword from implementation (I'll try to make pull request soon)

Pomakhin avatar Mar 02 '18 12:03 Pomakhin