Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

E262: error reading cscope connection 0

I am using screens for coding using vim and cscope. when I leave the code for about 5 min (I mean go out for coffee etc) and start again. I can't use cscope again. I will get errors like:

  • E262: error reading cscope connection 0
  • E257: cstag: tag not found
like image 772
user1123008 Avatar asked Dec 30 '11 14:12

user1123008


1 Answers

Try this:

:cs kill 0
:cs add cscope.out

For more help information, use

:help cs
like image 122
Huiwei Avatar answered Oct 15 '22 14:10

Huiwei