lyuts / vim-rtags

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

Three minor improvements. #39

Closed quixotique closed 8 years ago

quixotique commented 8 years ago
  1. Reduce unnecessary rdm re-builds by only sending unsaved content if the content has truly changed, not on every single jump.
  2. Nicer behaviour when a jump fails, eg, when the local buffer is modified and 'noautowrite' is set.
  3. Fix some minor doco typos.
lyuts commented 8 years ago

Merged. Thank you very much for improvements.