aboutsummaryrefslogtreecommitdiff
path: root/vim/config/whitespace.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/whitespace.vim')
-rw-r--r--vim/config/whitespace.vim4
1 files changed, 0 insertions, 4 deletions
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')