Skip to content

Commit d619183

Browse files
felipecgitster
authored andcommitted
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 <[email protected]> Reviewed-by: Fernando Ramos <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a5b4466 commit d619183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mergetools/vimdiff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
################################################################################
3030

3131
debug_print () {
32-
# Send message to stderr if global variable GIT_MERGETOOL_VIMDIFF is set
33-
# to "true"
32+
# Send message to stderr if global variable GIT_MERGETOOL_VIMDIFF_DEBUG
33+
# is set.
3434

3535
if test -n "$GIT_MERGETOOL_VIMDIFF_DEBUG"
3636
then

0 commit comments

Comments
 (0)