lyuts / vim-rtags

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

fix typo in rename under cursor function #41

Closed pdavydov108 closed 8 years ago

pdavydov108 commented 8 years ago

I noticed that rename (<leader>rw) function doesn't work now. I found a bash-style typo in it (AFAIK vim doesn't support if termination with fi), fixed it with this commit, so rename works for me again.