Show More
@@ -23,13 +23,19 b'' | |||||
23 | # # add new command that runs GNU diff(1) in 'context diff' mode |
|
23 | # # add new command that runs GNU diff(1) in 'context diff' mode | |
24 | # cmd.cdiff = gdiff |
|
24 | # cmd.cdiff = gdiff | |
25 | # opts.cdiff = -Nprc5 |
|
25 | # opts.cdiff = -Nprc5 | |
|
26 | ||||
26 | # # add new command called vdiff, runs kdiff3 |
|
27 | # # add new command called vdiff, runs kdiff3 | |
27 | # cmd.vdiff = kdiff3 |
|
28 | # cmd.vdiff = kdiff3 | |
|
29 | ||||
28 | # # add new command called meld, runs meld (no need to name twice) |
|
30 | # # add new command called meld, runs meld (no need to name twice) | |
29 | # cmd.meld = |
|
31 | # cmd.meld = | |
|
32 | ||||
30 | # # add new command called vimdiff, runs gvimdiff with DirDiff plugin |
|
33 | # # add new command called vimdiff, runs gvimdiff with DirDiff plugin | |
31 | # #(see http://www.vim.org/scripts/script.php?script_id=102) |
|
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 | # Each custom diff commands can have two parts: a `cmd' and an `opts' |
|
40 | # Each custom diff commands can have two parts: a `cmd' and an `opts' | |
35 | # part. The cmd.xxx option defines the name of an executable program |
|
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