开发者

Setting up Delphi XE to use Vim as Default Merge Viewer

开发者 https://www.devze.com 2023-04-09 04:21 出处:网络
Is it possible to use 开发者_运维问答vim as the default merge viewer for Delphi XE to resolve check-in conflicts?

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

精彩评论

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

关注公众号