commit 31d85e0299dcb58ebde7078462c81f54b34f8ee6 parent f62cf09bd43410776f8caf3aa6e787d93bf2ad38 Author: Anders Damsgaard <andersd@riseup.net> Date: Sun, 3 Dec 2017 17:31:35 -0500 Disable silent option Diffstat:
M | links/.vim/ftplugin/gitcommit.vim | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/links/.vim/ftplugin/gitcommit.vim b/links/.vim/ftplugin/gitcommit.vim @@ -3,5 +3,7 @@ augroup gitcommit_typography setlocal completefunc=emoji#complete " modify previous commit via git --amend - nnoremap <buffer> <silent> cd :<C-U>Gcommit --amend --date="$(date)"<CR> + "nnoremap <buffer> <silent> cd :<C-U>Gcommit --amend --date="$(date)"<CR> + " + nnoremap <buffer> cd :<C-U>Gcommit --amend --date="$(date)"<CR> augroup END