From 61a5a9259a5cbc8a27292551d65a319c55514817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9zar=20Augusto?= <32869222+cizordj@users.noreply.github.com> Date: Tue, 11 May 2021 20:10:52 -0300 Subject: [PATCH] Remove deprecated command (#380) Gcommit is deprecated in favor of Git commit This is the message that appear when I type ,gc in NeoVim --- generate/vim_template/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate/vim_template/vimrc b/generate/vim_template/vimrc index fba166e6e..3bb92fa6c 100644 --- a/generate/vim_template/vimrc +++ b/generate/vim_template/vimrc @@ -315,7 +315,7 @@ noremap v :vsplit "" Git noremap ga :Gwrite -noremap gc :Gcommit +noremap gc :Git commit --verbose noremap gsh :Gpush noremap gll :Gpull noremap gs :Gstatus