ronakg / quickr-cscope.vim

Vim plugin for super fast Cscope/GNU GLOBAL results navigation using quickfix window
31 stars 12 forks source link

Correctly insert search terms for non-quickfix mappings #13

Closed darchons closed 5 years ago

darchons commented 5 years ago

For the non-quickfix "<leader>g" mappings, add "<C-R>=...<CR>" in the mapping to correctly insert the search terms into the command. For visual-mode mappings, also add "<C-U>" in the mapping to avoid "No range allowed" errors.

ronakg commented 5 years ago

Thanks!