lyuts / vim-rtags

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

Plugin send buffer as --unsaved-file cause rdm update almost all project. #40

Closed pangchol closed 8 years ago

pangchol commented 8 years ago

I find send buffer as --unsaved-file command to rdm can cause rdm update almost all project sometimes. this may cause by the file is This file is dependent on a lot of other files. this action cause very bad function problam because update a big project will use up all cpu resourse in a long time. Worse, every time jump to the same file will trigger the entire project update.

lyuts commented 8 years ago

This seems like #38 which has fixed by pull request #39.