From: martin f. krafft Date: Thu, 30 Oct 2008 10:08:45 +0000 (+0100) Subject: properly source at the end only X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/ec0078c017517e5eb0a888061cfafa84ca944466 properly source at the end only --- diff --git a/.vimrc b/.vimrc index a483050..ac13d2c 100644 --- a/.vimrc +++ b/.vimrc @@ -1458,8 +1458,6 @@ augroup listinsert autocmd InsertLeave * set list augroup end -source $VIMRUNTIME/macros/table.vim - if &cp | set nocp | endif let s:cpo_save=&cpo set cpo&vim @@ -1513,3 +1511,5 @@ iab vld Vielen lieben Dank let &cpo=s:cpo_save unlet s:cpo_save + +source $HOME/.vim/macros/table.vim