From 5ff07d949de7597d111c5a7f96c99bc66dcacc09 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jun 2018 12:05:08 +1200 Subject: Correct .vimrc incorrect option name --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/vimrc') 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 -- cgit v1.2.3