lyuts / vim-rtags

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

Add a function to rename all occurrence of the symbol under the cursor. #8

Closed asenac closed 9 years ago

asenac commented 9 years ago

This PR adds a function that uses RTags' --rename option to find all references of the symbol under the cursor. It iterates over the results asking for confirmation before applying the rename.

lyuts commented 9 years ago

Merged. Thank you.