I prefer ctags to be searched first.
David Blume

David Blume commited on 2017-12-31 10:18:08
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -268,7 +268,7 @@ endif
268 268
 " cscope
269 269
 if has("cscope")
270 270
     set cscopetag  " Use both cscope and ctag for 'ctrl-]'
271
-    set csto=0     " 0=cscope first; 1=ctags first
271
+    set csto=1     " 0=cscope first; 1=ctags first
272 272
     set cscopeverbose
273 273
 endif
274 274
 
275 275