mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +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
|
||||
|
||||
" ---- cscope/ctags setup ----
|
||||
if has('cscope') && filereadable('/usr/bin/cscope')
|
||||
if has('cscope') && executable('cscope') == 1
|
||||
" Search cscope and ctags, in that order
|
||||
set cscopetag
|
||||
set cscopetagorder=0
|
||||
|
|
Loading…
Add table
Reference in a new issue