aboutsummaryrefslogtreecommitdiff
path: root/vim/system
diff options
context:
space:
mode:
Diffstat (limited to 'vim/system')
-rw-r--r--vim/system/centos.vim2
-rw-r--r--vim/system/debian.vim4
2 files changed, 3 insertions, 3 deletions
diff --git a/vim/system/centos.vim b/vim/system/centos.vim
index 0c5854d4..d5ea1036 100644
--- a/vim/system/centos.vim
+++ b/vim/system/centos.vim
@@ -13,7 +13,7 @@ if has('cscope')
set cscopetag&
set cscopetagorder&
set cscopeverbose&
- silent! cs kill
+ silent! cscope kill
endif
if has('gui')
set guicursor&
diff --git a/vim/system/debian.vim b/vim/system/debian.vim
index 125a9240..1db56f74 100644
--- a/vim/system/debian.vim
+++ b/vim/system/debian.vim
@@ -17,5 +17,5 @@ endif
set t_Co& t_Sf& t_Sb&
" Remove addons directories from 'runtimepath' if present
-silent! set runtimepath-=/var/lib/vim/addons
-silent! set runtimepath-=/var/lib/vim/addons/after
+set runtimepath-=/var/lib/vim/addons
+set runtimepath-=/var/lib/vim/addons/after