Tip #818: Vim/GVim as Diff tool for TortoiseCVS
tip karma |
Rating 16/7, Viewed by 895
|
created: |
|
November 9, 2004 13:01 |
|
complexity: |
|
basic |
author: |
|
Alejandro Calbazana |
|
as of Vim: |
|
5.7 |
Under Win you can use TortoiseCVS along w/ Vim/GVim as the diff tool of choice:
1. Create a .bat file containing the following and put it in your path:
@echo off
"C:\Program Files\Vim\vim63\GVim.exe" -d %1 %2
2. Add this .bat file as the diff utility under TortoiseCVS->Preferences->Tools->External Diff Application.
Alejandro
<<Non-blinking block cursor in the linux console |
Quick (Re-)starting and Iconizing gvim with keystrokes for Windows >>
Additional Notes
|