aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-08 20:38:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-08 20:38:46 +1200
commit90f9dbef9e984f1167b8a86815d391d07f70b889 (patch)
treef6b2761db37b154128919afc2c4447daeec892c7
parentDocument 'formatoptions' l and 1 flags (diff)
downloaddotfiles-90f9dbef9e984f1167b8a86815d391d07f70b889.tar.gz
dotfiles-90f9dbef9e984f1167b8a86815d391d07f70b889.zip
Quote a filename
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8f06d787..a526c1f2 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -7,7 +7,7 @@
" This is a 'literate vimrc', in the Donald Knuth tradition. It's long, and
" comments abound.
"
-" This file should be saved as vimrc in the user runtime directory. (UNIX
+" This file should be saved as "vimrc" in the user runtime directory. (UNIX
" ~/.vim, Windows ~/vimfiles). It requires Vim 7.0 or newer with +eval, not
" running in &compatible mode. The vimrc stub (UNIX ~/.vimrc, Windows
" ~/_vimrc) that loads this file checks that these two conditions are met.
@@ -294,6 +294,7 @@ set formatoptions+=l
"
set formatoptions+=1
+"
if vimrc#Version('7.3.541')
set formatoptions+=j " Delete comment leaders when joining lines
endif