aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e4f75edb..9fc842b5 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -116,7 +116,7 @@ if has('cmdline_info')
set ruler
endif
-" Clear default 'comment' value, let the filetype handle it
+" Clear default 'comments' value, let the filetype handle it
if has('comments')
set comments=
endif