From c3b2cf6b18d1ae408ff7f0eb685bf4a2281f39bf Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Nov 2017 13:19:54 +1300 Subject: Merge join,indent.vim into whitespace.vim --- vim/config/join.vim | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 vim/config/join.vim (limited to 'vim/config/join.vim') diff --git a/vim/config/join.vim b/vim/config/join.vim deleted file mode 100644 index ebf42a8b..00000000 --- a/vim/config/join.vim +++ /dev/null @@ -1,10 +0,0 @@ -" 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 - -" Rebind normal J to run plugin-defined join that doesn't jump around, but -" only if we have the eval feature, because otherwise this mapping won't exist -" and we should keep the default behaviour -if has('eval') - nmap J FixedJoin -endif -- cgit v1.2.3