> F1rst! :-) > > Pros: All Windows specific code. > Cons: Can't do anything clever with an invalid format string. > > Should be ok with mingw32.
Wow, so quick :) I think you've done it right by installing the handler once and for all. For users of ancient compilers I suggest to add something like: #if (defined(__MINGW32__) || defined (__CYGWIN32__)) && __MSVCRT_VERSION__ >= 0x800 \ || defined(_MSC_VER) && _MSC_VER >= 1400 -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php