From 90f9dbef9e984f1167b8a86815d391d07f70b889 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 8 Jun 2019 20:38:46 +1200 Subject: Quote a filename --- vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim/vimrc') 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 -- cgit v1.2.3