##// END OF EJS Templates
extdiff : add comment on how to use vim for doing directoy diff
"Mathieu Clabaut " -
r2675:d99a92b7 default
parent child Browse files
Show More
@@ -22,6 +22,9 b''
22 22 # cmd.vdiff = kdiff3
23 23 # # add new command called meld, runs meld (no need to name twice)
24 24 # cmd.meld =
25 # # add new command called vimdiff, runs gvimdiff with DirDiff plugin
26 # #(see http://www.vim.org/scripts/script.php?script_id=102)
27 # cmd.vimdiff = LC_ALL=C gvim -f '+bdel 1 2' '+ execute "DirDiff ".argv(0)." ".argv(1)'
25 28 #
26 29 # you can use -I/-X and list of file or directory names like normal
27 30 # "hg diff" command. extdiff makes snapshots of only needed files, so
General Comments 0
You need to be logged in to leave comments. Login now