aboutsummaryrefslogtreecommitdiff
path: root/vim/config/join.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-30 23:27:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-30 23:27:23 +1300
commit8f04731c15697ed92562bed2b6110de53cee1017 (patch)
treea188d34351aec6d7ca8089f1819cc2cdbf5fa331 /vim/config/join.vim
parentReimplement stable normal-mode J join mapping (diff)
downloaddotfiles-8f04731c15697ed92562bed2b6110de53cee1017.tar.gz
dotfiles-8f04731c15697ed92562bed2b6110de53cee1017.zip
Move 'joinspaces' Vim config to join subfile
It makes much more sense in this file than it did in the whitespace configuration file.
Diffstat (limited to 'vim/config/join.vim')
-rw-r--r--vim/config/join.vim3
1 files changed, 3 insertions, 0 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')