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 <felipe.contreras@gmail.com> Reviewed-by: Fernando Ramos <greenfoo@u92.eu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a5b4466536
commit
d619183710
@ -29,8 +29,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
debug_print () {
|
debug_print () {
|
||||||
# Send message to stderr if global variable GIT_MERGETOOL_VIMDIFF is set
|
# Send message to stderr if global variable GIT_MERGETOOL_VIMDIFF_DEBUG
|
||||||
# to "true"
|
# is set.
|
||||||
|
|
||||||
if test -n "$GIT_MERGETOOL_VIMDIFF_DEBUG"
|
if test -n "$GIT_MERGETOOL_VIMDIFF_DEBUG"
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user