aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/config/join.vim3
-rw-r--r--vim/config/whitespace.vim4
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')