X-Git-Url: http://git.cyclocoop.org/?p=tool%2Fhledger.git;a=blobdiff_plain;f=vim%2F.vimrc;h=83a843265c86bef431bf438005ff1e999a6d4534;hp=f9ec41aa77becc4089b5eedd86ff34250a9a4815;hb=d6fa07b713607a14bcebf257c58c65c8261d2505;hpb=9d23df6a3ba3bd09ed38ec3fd3cd907a98f8667f 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