comparison vimrc @ 154:6355d2b31b9a

Add two space sentence limiting
author zegervdv <zegervdv@me.com>
date Thu, 23 Oct 2014 08:15:11 +0200
parents 884d14e94710
children eb9ee89c7ccb
comparison
equal deleted inserted replaced
153:f733cdceff27 154:6355d2b31b9a
88 set undofile 88 set undofile
89 set viminfo='10,\"100,:20,%,n~/.viminfo 89 set viminfo='10,\"100,:20,%,n~/.viminfo
90 90
91 set wildignore+=*/tmp/*,*.so,*.swp,*.zip,*.o,*.bin,*.elf,*.hex 91 set wildignore+=*/tmp/*,*.so,*.swp,*.zip,*.o,*.bin,*.elf,*.hex
92 92
93 " Sentences are ended with double spaces
94 set cpo+=J
95
93 " set list 96 " set list
94 " set listchars=tab:▸\ ,eol:¬ 97 " set listchars=tab:▸\ ,eol:¬
95 " }}} 98 " }}}
96 " Custom remaps and tricks {{{ 99 " Custom remaps and tricks {{{
97 " Enable spelling only for latex and text 100 " Enable spelling only for latex and text