changeset 154:6355d2b31b9a

Add two space sentence limiting
author zegervdv <zegervdv@me.com>
date Thu, 23 Oct 2014 08:15:11 +0200
parents f733cdceff27
children 71a5b250ad3d
files vimrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vimrc	Tue Oct 21 09:14:12 2014 +0200
+++ b/vimrc	Thu Oct 23 08:15:11 2014 +0200
@@ -90,6 +90,9 @@
 
 set wildignore+=*/tmp/*,*.so,*.swp,*.zip,*.o,*.bin,*.elf,*.hex
 
+" Sentences are ended with double spaces
+set cpo+=J
+
 " set list
 " set listchars=tab:▸\ ,eol:¬
 " }}}