From 93fa2e5c4e073ad081d82a7234338ad53c3e6122 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 29 Jun 2018 16:46:57 +1200 Subject: Clear 'commentstring' as well as 'comments' --- vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 73f6b48b..80b7a3dd 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -54,8 +54,9 @@ else set visualbell t_vb= endif -" Clear default comment string, let the filetype handle it +" Clear default comment settings, let the filetype handle it set comments= +set commentstring= " How to deal with lines wrapping beyond the last screen row if v:version > 704 || v:version == 704 && has('patch2109') -- cgit v1.2.3