]> git.rmz.io Git - dotfiles.git/commitdiff
vim: always diff verticaly
authorSamir Benmendil <samir.benmendil@gmail.com>
Wed, 5 Nov 2014 11:10:22 +0000 (11:10 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Wed, 5 Nov 2014 11:10:22 +0000 (11:10 +0000)
vim/vimrc

index e976fb8a87841927d5abf8bf1b1baa9b0c4cace4..ec0ece1b93de9e1a570e98c439e8d51f0bf47612 100644 (file)
--- 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