Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 vim 作为 Delphi XE 的默认合并查看器来解决签入冲突?
如果是这样,我需要在工具->选项->合并查看器对话框中使用哪些参数?
是的,它有效。将gvim作为程序放入,工作目录会自动填写。
然后使用以下参数:
-f -d -c "wincmd J" $(OutputFileName) $(MyFileName) $(BaseFileName) $(TheirFileName)
来源