We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54601c commit 2c1070cCopy full SHA for 2c1070c
mergetools/vimdiff
@@ -411,7 +411,7 @@ merge_cmd () {
411
-f "$FINAL_CMD" '"$LOCAL"' '"$BASE"' '"$REMOTE"' '"$MERGED"'
412
else
413
# If there is no BASE (example: a merge conflict in a new file
414
- # with the same name created in both braches which didn't exist
+ # with the same name created in both branches which didn't exist
415
# before), close all BASE windows using vim's "quit" command
416
417
FINAL_CMD=$(echo "$FINAL_CMD" | \
0 commit comments