cscope.vim icon indicating copy to clipboard operation
cscope.vim copied to clipboard

A vim plugin to help you to create/update cscope database and connect to existing proper database automatically.

Results 15 cscope.vim issues
Sort by recently updated
recently updated
newest added

How do I add multiple cscope databases to this plugin? I've manually added several with `:cs` add but didn't when I execute `:CscopeList` I see only the one that was...

I can't seem to find where the cscope database is located. It was autogenerated. I did make it point to a root directory of my project, but I can't see...

Currently the folder is created in the home directory. It would be useful to have an option that allows me to specify a custom location.

When using lcs on my vim setup, the location list is not shown, and the navigation goes to the first result. This can be misleading when multiple locations exists for...

I meet an issue in Ubuntu 14.04. When I try to jump a function, it can jump and lwindow just have one line. Then I changed the source and jump...

using the cscope.vim, the result will be listed in the window below, each line contain a result, how can I jump to the target result line, there seems no shortcut...

hi, can you fix it that when i call cscopeupdatedb(), then all cscope db will get connected, i have to remove the db by using cscope kill commands which provided...