summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index 7195d8a..cfa6798 100644
--- a/.vimrc
+++ b/.vimrc
@@ -91,9 +91,6 @@ let Tlist_Exit_OnlyWindow = 1
" Stuff for the NERD Tree Plugin
let NERDTreeWinPos = 0 "have it on the right site
-" Stuff for the cvs plugin
-let VCSCommitOnWrite = 0
-
" Autotag -- correct C++ handling
let g:autotagCtagsCmd="ctags --c++-kinds=+p --fields=+iaS --extra=+q"