Monday, July 30, 2007

Vim + Cscope in Windows

1. Download vim from vim.org
2. Download cscope binary for win32 native here: http://blog.csdn.net/mslk/archive/2007/05/06/1598513.aspx
3. Set TMPDIR to something like "c:/WINDOWS/TEMP"
4. Put cscope.exe somewhere in the %PATH.
5. It should work now.

PS. I couldn't get vim to use the cygwin version of cscope.