aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 49b4ea2c..a0722a7c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -134,11 +134,6 @@ if has('file_in_path')
set path=.,,**
endif
-" Clear default 'commentstring' value, let the filetype handle it
-if has('folding')
- set commentstring=
-endif
-
" Don't load GUI menus; set here before GUI starts
if has('gui_running')
set guioptions+=M