From 5dc54b0614e84a8bbbad14f42883eec49e8741aa Mon Sep 17 00:00:00 2001 From: Jerome Reybert <jreybert@gmail.com> Date: Fri, 20 Nov 2015 10:52:57 +0100 Subject: [PATCH] plugin/magit.vim: update inline help --- plugin/magit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/magit.vim b/plugin/magit.vim index 765deb5..4383f00 100644 --- a/plugin/magit.vim +++ b/plugin/magit.vim @@ -90,7 +90,7 @@ let s:magit_inline_help = { \'You will still be able to toggle inline help with h', \], \ 'commit': [ -\'CC,:w commit all staged changes with commit mode previously set (normal or', +\'CC commit all staged changes with commit mode previously set (normal or', \' amend) with message written in this section', \], \} -- GitLab