From: Felipe Contreras Date: Wed, 10 Aug 2022 15:46:12 +0000 (-0500) Subject: mergetools: vimdiff: fix comment X-Git-Tag: v2.37.3~5^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d619183710718cbcb22b0d56956c033ce1f714bc;p=thirdparty%2Fgit.git mergetools: vimdiff: fix comment The name of the variable is wrong, and it can be set to anything, like 1. Signed-off-by: Felipe Contreras Reviewed-by: Fernando Ramos Signed-off-by: Junio C Hamano --- diff --git a/mergetools/vimdiff b/mergetools/vimdiff index f770b8fe24..ea416adcaa 100644 --- a/mergetools/vimdiff +++ b/mergetools/vimdiff @@ -29,8 +29,8 @@ ################################################################################ debug_print () { - # Send message to stderr if global variable GIT_MERGETOOL_VIMDIFF is set - # to "true" + # Send message to stderr if global variable GIT_MERGETOOL_VIMDIFF_DEBUG + # is set. if test -n "$GIT_MERGETOOL_VIMDIFF_DEBUG" then