mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
cscope might live somewhere else
This commit is contained in:
parent
1df7d8c411
commit
d32a528f6a
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -188,7 +188,7 @@ if has('autocmd')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" ---- cscope/ctags setup ----
|
" ---- cscope/ctags setup ----
|
||||||
if has('cscope') && filereadable('/usr/bin/cscope')
|
if has('cscope') && executable('cscope') == 1
|
||||||
" Search cscope and ctags, in that order
|
" Search cscope and ctags, in that order
|
||||||
set cscopetag
|
set cscopetag
|
||||||
set cscopetagorder=0
|
set cscopetagorder=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue