X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=vim%2Fftplugin%2Fgitcommit.vim;h=a0c8f54929092413f30120532b9613a19cbe5d03;hb=f5c6e7b6ecd84bc9f301c67a457f37cab63c1fd4;hp=86880fab2bef8c76c566773430d67878b52e7a51;hpb=5923f706617b966f114656c78bd60108d4ab1dde;p=~madcoder%2Fdotfiles.git diff --git a/vim/ftplugin/gitcommit.vim b/vim/ftplugin/gitcommit.vim index 86880fa..a0c8f54 100644 --- a/vim/ftplugin/gitcommit.vim +++ b/vim/ftplugin/gitcommit.vim @@ -57,7 +57,7 @@ noremap ghd :call Git_diff_windows(0, 0) noremap gvd :call Git_diff_windows(1, 0) 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 @@ -67,4 +67,10 @@ if exists("g:git_diff_spawn_mode") endif endif +ab cc: Cc-Redmine: yes +ab v: Version: +ab sob: Signed-off-by: +ab ack: Acked-by: +ab r: Reviewed-by: + " }}}