aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 12:05:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 12:52:56 +1200
commit5ff07d949de7597d111c5a7f96c99bc66dcacc09 (patch)
tree81b4e2774b15ec4a1a01fe078fb0f93dda20e39b /vim/vimrc
parentUse :buffers instead of :ls in \j Vim map (diff)
downloaddotfiles-5ff07d949de7597d111c5a7f96c99bc66dcacc09.tar.gz
dotfiles-5ff07d949de7597d111c5a7f96c99bc66dcacc09.zip
Correct .vimrc incorrect option name
Diffstat (limited to 'vim/vimrc')
-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