开发者

Setting up Delphi XE to use Vim as Default Merge Viewer

Is it possible to use 开发者_运维问答vim as the default merge viewer for Delphi XE to resolve check-in conflicts?

If so, what parameters do I need to use in the tools->options->Merge Viewer dialog?


Yeah, it works. Put gvim in as the program, the working directory will automatically fill in.

Then use the following parameters:

-f -d -c "wincmd J" $(OutputFileName) $(MyFileName) $(BaseFileName) $(TheirFileName)

source

Setting up Delphi XE to use Vim as Default Merge Viewer

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜