X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/6bacdb9f616ad2a517286d40e6e7a2026b884d5e..07c18bcc6f31633225fa25e824b8e12608951434:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index e976fb8..ec0ece1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -158,6 +158,9 @@ set foldlevelstart=0 " value for 'foldlevel' when starting to edit a " save and restore folds set viewoptions=folds,cursor " don't save local options +" diff mode {{{2 +set diffopt=filler,vertical + " reading and writing files {{{2 set modeline " read modelines set modelines=2 " only check first/last 2 lines