My revision to vim plugin cscope_maps.vim with some personal tweaks
- Add
Bundle davy79/cscope_maps.vim
to .vimrc - Run
:BundleInstall
- Auto load cscope database (recursive) on startup.
- Auto update cscope database after saving a buffer.
- added support for makefile cscope target for project specific file collection
Borrowing some useful key mappings from gtags-cscope.vim.