aboutsummaryrefslogtreecommitdiff
path: root/vim/config/join.vim
diff options
context:
space:
mode:
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')