X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.vimrc;h=7cbb6c9910ddca9b4c23a8e78773261bc0ce9a58;hp=fd6a6f824df9253f17cc29ab97c436d102e699a8;hb=19602d129d2fbca51d0dae8afecc85f0cc5f48d4;hpb=c5b4eba076b89d86315fb9b5bb9b18d050072c21 diff --git a/.vimrc b/.vimrc index fd6a6f8..7cbb6c9 100644 --- a/.vimrc +++ b/.vimrc @@ -65,6 +65,7 @@ set nohlsearch set noincsearch set nofoldenable set fo=tcq1 +set textwidth=78 set viminfo='100,\"1000,:100,/40 " FIXME: Learn how to do :tag instead of :tselect with :cstag (used by :tag and CTRL-] if set cst) set nocst @@ -90,5 +91,6 @@ noremap w 0i /[^ ]vf.h"kyf./[^ ]vf.h"ly0x:r !date -d "`date '+ noremap * :let ic_save=&ic:set noic*:let &ic=ic_save noremap # :let ic_save=&ic:set noic#:let &ic=ic_save noremap :w:!aspell --check '%':e +noremap gq] gq/^. \?$ endif "!exists("g:_kratochvil_vimrc")