Show More
@@ -23,13 +23,19 b'' | |||
|
23 | 23 | # # add new command that runs GNU diff(1) in 'context diff' mode |
|
24 | 24 | # cmd.cdiff = gdiff |
|
25 | 25 | # opts.cdiff = -Nprc5 |
|
26 | ||
|
26 | 27 | # # add new command called vdiff, runs kdiff3 |
|
27 | 28 | # cmd.vdiff = kdiff3 |
|
29 | ||
|
28 | 30 | # # add new command called meld, runs meld (no need to name twice) |
|
29 | 31 | # cmd.meld = |
|
32 | ||
|
30 | 33 | # # add new command called vimdiff, runs gvimdiff with DirDiff plugin |
|
31 | 34 | # #(see http://www.vim.org/scripts/script.php?script_id=102) |
|
32 | # cmd.vimdiff = LC_ALL=C gvim -f '+bdel 1 2' '+ execute "DirDiff ".argv(0)." ".argv(1)' | |
|
35 | # # Non english user, be sure to put "let g:DirDiffDynamicDiffText = 1" in | |
|
36 | # # your .vimrc | |
|
37 | # cmd.vimdiff = gvim | |
|
38 | # opts.vimdiff = -f '+next' '+execute "DirDiff" argv(0) argv(1)' | |
|
33 | 39 | # |
|
34 | 40 | # Each custom diff commands can have two parts: a `cmd' and an `opts' |
|
35 | 41 | # part. The cmd.xxx option defines the name of an executable program |
General Comments 0
You need to be logged in to leave comments.
Login now