in reply to Download, build and deploy vim (personal use on Windows)

++ for perl, but can you explain the benefits of compiling your own vim instead of just using the self-installing executable for Windows? It's worked quite well for me for years.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

  • Comment on Re: Download, build and deploy vim (personal use on Windows)

Replies are listed 'Best First'.
Re^2: Download, build and deploy vim (personal use on Windows)
by sg (Pilgrim) on Oct 21, 2007 at 23:38 UTC
    The svn source code has the latest patches (currently about 145). As an example of a bug that has been fixed, here's a bug in the released vim that is fixed in a recent patch:
    gvim -u NONE -U NONE --noplugin open a file with lots of lines ggyG :set more :perl VIM::Msg(VIM::Eval('@"')) Bug: At the more prompt q, <esc>, ^C do not work. NOTE: more from echo @" works as before