David Blume commited on 2017-12-30 23:50:22 Showing 1 changed files, with 0 additions and 3 deletions.
@@ -269,9 +269,6 @@ endif
if has("cscope")
set cscopetag " Use both cscope and ctag for 'ctrl-]'
set csto=0 " 0=cscope first; 1=ctags first
- if filereadable("cscope.out")
- cs add cscope.out
- endif
set cscopeverbose
endif