Programming, Vim [Vim] Cscope – E262: error reading cscope connection 0 December 21, 2021 / Cscope를 사용하던 중 다음과 같은 error가 발생했다. E262: error reading cscope connection 0 E257: cstag: tag not found 어느 상황으로 인해 cscope.out file과 vim이 연결이 끊어져서 발생된 문제다. 이를 해결하기 위해서 다음과 같이 해주니 문제가 해결됐다. :cs kill 0 :cs add cscope.out