2009/11/4 Tony Mechelynck <[email protected]>: > > On 03/11/09 20:10, Gary Johnson wrote: >> >> 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. > > I don't know if it's necessary, or necessary on some systems and not on > others, but I believe it's cleaner: I opened it so I close it.
The cscope connection is cleanly closed when vim exits. See cs_end(). --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
