No need to explicitly add cscope.out
David Blume

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
269 269
 if has("cscope")
270 270
     set cscopetag  " Use both cscope and ctag for 'ctrl-]'
271 271
     set csto=0     " 0=cscope first; 1=ctags first
272
-    if filereadable("cscope.out")
273
-        cs add cscope.out
274
-    endif
275 272
     set cscopeverbose
276 273
 endif
277 274
 
278 275