aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-14 23:45:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-14 23:45:33 +1200
commit4b2d193d7b3d9676e317f5515725d2c3527841f6 (patch)
tree5c7726fecc55e1bb168a677d986b7aebc5dc88f8 /vim
parentAdd Xresources filenames (diff)
downloaddotfiles-4b2d193d7b3d9676e317f5515725d2c3527841f6.tar.gz
dotfiles-4b2d193d7b3d9676e317f5515725d2c3527841f6.zip
Set 'comments' blank by default
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 4 insertions, 0 deletions
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 <silent> <Leader>D :<C-U>read !date -u<CR>
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