lyuts / vim-rtags

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

Fix spelling and regex in rtags#ExtractClassHierarchyLine #53

Closed jseba closed 7 years ago

jseba commented 7 years ago

In FindSuperClasses/FindSubClasses, when vim parses the output of rtags, the invalid regex leads to all the super/sub classes being linked together in one mass until it gets to the end or it finds one that's column number has a single digit.

lyuts commented 7 years ago

Good catch. Thank you for the fix.