From 4b2d193d7b3d9676e317f5515725d2c3527841f6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 14 Jun 2018 23:45:33 +1200 Subject: Set 'comments' blank by default --- vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index c268582c..69a05cd0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -93,6 +93,10 @@ if has('unix') nnoremap D :read !date -u endif +" Start with blank comment strings rather than the old default; let the +" filetype handle it +set comments= + " Don't try to complete strings from included files, just use the strings in " the open buffers; I'll open the file if I want to complete from it set complete-=i -- cgit v1.2.3