From: lace <> Date: Tue, 11 Jul 2006 08:51:33 +0000 (+0000) Subject: vim-7 compatibility tuning. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=76bd9163a8df59d893ed82eb989362427c42acbe;hp=c4492a368563f8658f90d539a4a51116c267cc0a vim-7 compatibility tuning. --- diff --git a/.vimrc b/.vimrc index c05e1a5..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