From 8f04731c15697ed92562bed2b6110de53cee1017 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Oct 2017 23:27:23 +1300 Subject: Move 'joinspaces' Vim config to join subfile It makes much more sense in this file than it did in the whitespace configuration file. --- vim/config/join.vim | 3 +++ vim/config/whitespace.vim | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/vim/config/join.vim b/vim/config/join.vim index 7365c85e..7d764dce 100644 --- a/vim/config/join.vim +++ b/vim/config/join.vim @@ -1,3 +1,6 @@ +" Don't join lines with two spaces at the end of sentences; I don't two-space, +" despite the noble Steve Losh's exhortations +set nojoinspaces " Keep my cursor in place when I join lines if has('eval') diff --git a/vim/config/whitespace.vim b/vim/config/whitespace.vim index d678ae8a..446a07de 100644 --- a/vim/config/whitespace.vim +++ b/vim/config/whitespace.vim @@ -1,7 +1,3 @@ -" Don't join lines with two spaces at the end of sentences; I don't two-space, -" despite the noble Steve Losh's exhortations -set nojoinspaces - " Strip trailing whitespace with \x if has('eval') -- cgit v1.2.3