Skip to content

Commit da71ba8

Browse files
committed
fixup! mergetool(vimdiff): allow paths to contain spaces again
Whoops. The final version had this change, but I forgot to include it when opening the Git for Windows PR... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent eb13b4d commit da71ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergetools/vimdiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ run_unit_tests () {
623623
done
624624
}
625625

626-
base_present=1
626+
base_present=false
627627
LOCAL='lo cal'
628628
BASE='ba se'
629629
REMOTE="' '"

0 commit comments

Comments
 (0)