tmux configuration
[~madcoder/dotfiles.git] / vim / ftplugin / gitcommit.vim
index 86880fa..2df4af7 100644 (file)
@@ -57,7 +57,7 @@ noremap <buffer> <Leader>ghd :call Git_diff_windows(0, 0)<cr>
 noremap <buffer> <Leader>gvd :call Git_diff_windows(1, 0)<cr>
 
 if !exists("g:git_diff_opts")
-    let g:git_diff_opts = "-C -C"
+    let g:git_diff_opts = "-B -C -M"
 endif
 if exists("g:git_diff_spawn_mode")
     if g:git_diff_spawn_mode == 1