From: Julien Moutinho Date: Wed, 30 Jul 2014 17:53:39 +0000 (+0200) Subject: Correction : vim/.vimrc X-Git-Tag: v2014.08.02~2 X-Git-Url: http://git.cyclocoop.org/?p=tool%2Fhledger.git;a=commitdiff_plain;h=d6fa07b713607a14bcebf257c58c65c8261d2505 Correction : vim/.vimrc --- diff --git a/vim/.vimrc b/vim/.vimrc index f9ec41a..83a8432 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -113,7 +113,7 @@ if (v:version >= 700) set tabpagemax=1000 set sessionoptions+=tabpages endif -if (v:version >= 740) +if (v:version >= 703) set undodir=$HOME/var/cache/vim/undo/ set undofile endif @@ -138,7 +138,7 @@ runtime plugin/netrwPlugin.vim " EasyAlign vmap (EasyAlign) nmap a (EasyAlign) - let g:easy_align_ignore_groups = ['Comment', 'String', 'hledgerComment', 'hledgerTransaction'] + let g:easy_align_ignore_groups = ['Comment', 'String', 'hledgerTransaction'] " neocomplcache " Disable automatic completion popup