lyuts / vim-rtags

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

Hide index in call tree viewer #108

Closed flackr closed 6 years ago

flackr commented 6 years ago

Instead of printing the index to the internal references array on the line, insert new entries at the line number where they are inserted so that we can lookup the internal index by line number instead.