X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.vimrc;h=7f6d741a347148caaf81f22bf8ad05de93633c4e;hp=48b9a83abf1eee84a5472c9988da8d8ead9c610b;hb=168e0bb3dfaa5cb9883826c7a135a42a92a44730;hpb=800471cc09148d01c2d972e37bc327caad6788e0 diff --git a/.vimrc b/.vimrc index 48b9a83..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)