lyuts / vim-rtags

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

using 'normal' instead of 'normal!' #71

Closed P4Cu closed 7 years ago

P4Cu commented 7 years ago

This will cause user mappings to modify result of the script which is BAD! for example using a plugin which maps 'm' to move causes jumplist not to be filled.

I'll commit a fix for that in a minute.

P4Cu commented 7 years ago

https://github.com/lyuts/vim-rtags/pull/72

lyuts commented 7 years ago

Thank you for the fix. It is now merged.