On 2009-11-03, Tony Mechelynck wrote:
> About using cscope (including 'cscopequickfix' and without any
> nonstandard plugin), I've put up yesterday a proposed Vim Tip based on
> my own practice, and covering mostly what I felt was missing in ":help
> if_cscop.txt": http://vim.wikia.com/wiki/Cscope
Your .vimrc snippet includes this:
if has('autocmd')
au VimLeave * cs kill -1
endif
Why do you explicitly kill the cscope connection when exiting vim?
I've never found it necessary to do this on the systems I use.
Regards,
Gary
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---