ronakg / quickr-cscope.vim

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

Add a key-binding to allow finding assignments in qf #14

Closed varunlakkur closed 5 years ago

varunlakkur commented 5 years ago

cscope provides a query called 'cs find a ' to find all the assigments for the a varaible. This commit adds the capability of writing such results to the quickfix window with a key-binding.

ronakg commented 5 years ago

Thanks for the PR. Code looks good. Can you update the README as well?

varunlakkur commented 5 years ago

Thanks for the PR. Code looks good. Can you update the README as well?

I have updated the README.md