quickr-cscope.vim
quickr-cscope.vim copied to clipboard
Have to click to activate <leader>g
I'm not sure what changed recently, as the plugin used to "just work", but it seems that after pressing
I had the same issue, but when I turned on debug messages found out that it can't find the database file (cscope.out). The findfile(g:quickr_cscope_db_file, '.;') apparently can't find the file and returns an empty string. I replaced it with findfile(g:quickr_cscope_db_file, '**') and now every keymap now works just fine.