Correction : vim/.vimrc
authorJulien Moutinho <julm+tool+hledger@autogeree.net>
Wed, 30 Jul 2014 17:53:39 +0000 (19:53 +0200)
committerJulien Moutinho <julm+tool+hledger@autogeree.net>
Wed, 30 Jul 2014 17:53:39 +0000 (19:53 +0200)
vim/.vimrc

index f9ec41a..83a8432 100644 (file)
@@ -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 <Enter> <Plug>(EasyAlign)
        nmap <Leader>a <Plug>(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