aboutsummaryrefslogtreecommitdiff
path: root/vim/system
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-03 17:09:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-03 17:09:09 +1200
commite34e82a35e04c4bb457ab8b81382a13759d0c31d (patch)
tree46d2d96823db8fbca6c191ac27a26f86f4f28f6a /vim/system
parentMerge branch 'release/v1.19.0' into develop (diff)
downloaddotfiles-e34e82a35e04c4bb457ab8b81382a13759d0c31d.tar.gz
dotfiles-e34e82a35e04c4bb457ab8b81382a13759d0c31d.zip
Use full names of 'cscope...' Vim options
Diffstat (limited to 'vim/system')
-rw-r--r--vim/system/centos.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/vim/system/centos.vim b/vim/system/centos.vim
index 26289bf8..0c5854d4 100644
--- a/vim/system/centos.vim
+++ b/vim/system/centos.vim
@@ -9,7 +9,10 @@ if has('cmdline_info')
set ruler&
endif
if has('cscope')
- set csprg& cst& csto& csverb&
+ set cscopeprg&
+ set cscopetag&
+ set cscopetagorder&
+ set cscopeverbose&
silent! cs kill
endif
if has('gui')