# HG changeset patch # User zegervdv # Date 1414044911 -7200 # Node ID 6355d2b31b9a4284009be3f8c8ca2f25e734b46f # Parent f733cdceff2731e803ce604f6398e41be1a3053b Add two space sentence limiting diff -r f733cdceff27 -r 6355d2b31b9a vimrc --- 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:¬ " }}}