lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

Correct ExtractSuperClass and ExtractSubClass behavior #45

Closed petersohn closed 7 years ago

petersohn commented 8 years ago

The current implementation of extracting super- and subclasses doesn't work for structs and templates. This pull request attempts to fix that.

Also correct spelling in the help: it's called superclass and subclass, not super class and sub class.