lyuts / vim-rtags

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

ReindexFile command and minor bugfix. #4

Closed martong closed 10 years ago

martong commented 10 years ago

Hi, ReindexFile can be useful to trigger rdm reindex to the actual file. Though rdm should do this automatically, but for debugging purposes of rdm this can be really handy.

Also adding the location to the jump list is necessary, otherwise the when the file stays the same during the jump, the location is not added to list.

Gabor