Correction : vim/.vimrc
[tool/hledger.git] / 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