aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-29 16:46:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-29 16:46:57 +1200
commit93fa2e5c4e073ad081d82a7234338ad53c3e6122 (patch)
tree80ad7988c7fe7825b2227837554f81930d60a4f4
parentSet 'include' and 'path' specifically in C/C++ (diff)
downloaddotfiles-93fa2e5c4e073ad081d82a7234338ad53c3e6122.tar.gz
dotfiles-93fa2e5c4e073ad081d82a7234338ad53c3e6122.zip
Clear 'commentstring' as well as 'comments'
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
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')