X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/75e33c719904b135279c74b946c98bcbe81a4a1b..8a3b44f5db9828a792d24bb89539f060d71813cf:/.vimrc?ds=sidebyside diff --git a/.vimrc b/.vimrc index a483050..4f498dc 100644 --- a/.vimrc +++ b/.vimrc @@ -52,7 +52,7 @@ set pt= " list of flags specifying which commands wrap to another line " (local to window) " set ww= -set ww=b,s,[,],~ +set ww=b,s,[,<,>,],~ " startofline " many jump commands move the cursor to the first non-blank @@ -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