X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.vimrc;h=7f6d741a347148caaf81f22bf8ad05de93633c4e;hp=d671d32d3c56882405b30b731f985e55b61177dd;hb=e35d7d87ec46cb66d32b36828f35c7c4c72868b0;hpb=e4afeff5ebd958d809856c85d7a9adf3baf90d2a diff --git a/.vimrc b/.vimrc index d671d32..7f6d741 100644 --- a/.vimrc +++ b/.vimrc @@ -52,6 +52,10 @@ set fileencodings=utf-8,euc-jp,iso-8859-2 ca X x syntax off +let g:loaded_matchparen = 1 +set swapsync= +" vim-7+ only +silent! set nofsync set noerrorbells set ruler set ignorecase @@ -61,6 +65,7 @@ set exrc set nostartofline set nohlsearch set noincsearch +set nofoldenable set fo=tcq1 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) @@ -86,5 +91,6 @@ noremap D :set hlsearch/^[+-][+-]\([^+-].*\\|\)$ noremap w 0i /[^ ]vf.h"kyf./[^ ]vf.h"ly0x:r !date -d "`date '+\%Y'`-l-k" '+\%u'yypkV:!tr '1234567' 'PUSCPSN'jV:!tr '1234567' 'otttaoe'kJxv0xk0llllllplxxjddk0 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 endif "!exists("g:_kratochvil_vimrc")