config
This commit is contained in:
@ -25,7 +25,7 @@ summarize.extra_args = --proxy
|
||||
[merge-tools]
|
||||
# meld.args = --auto-merge --label='incoming' $local --label='merged' $base --label='existing' $other -o $output
|
||||
# https://www.mercurial-scm.org/wiki/MergingWithVim#More_Useful_3-Way_Diff
|
||||
vimdiff.executable = vimdiff
|
||||
vimdiff.executable = nvim
|
||||
vimdiff.args = -f -d $output -M $local $base $other -c "wincmd J" -c "set modifiable" -c "set write"
|
||||
vimdiff.premerge = keep
|
||||
|
||||
|
Reference in New Issue
Block a user