On 2008-10-28, Gary Johnson <[EMAIL PROTECTED]> wrote: > On 2008-10-29, Anton Sharonov <[EMAIL PROTECTED]> wrote: > > On 22 May 2007, Frodak Baksik wrote: > > > I've updated the patch to work with version 7.1. Specifically > > > the first patch was against version 212 of > > > https://svn.sourceforge.net/svnroot/vim/vim7. I checked this > > > out, applied the patch, updated to revision 296, and fixed the > > > conflicts you mentioned. > > > > > > Thanks, > > > Frodak > > > > I have updated the patch for the vim 7.2 sources (tested cygwin > > compilation against revision 1217 of subversion repository > > https://vim.svn.sourceforge.net/svnroot/vim/vim7). > > > > Many thanks to Frodak for very useful feature, > > Anton. > > Indeed, and thank you for bringing the patch up to date. > > The version of the patch I've been using appears to be from > 2007-02-13. It also had some changes to auto/configure that are > missing from your attached patch. Was that intentional? > > Is this a patch that we should try to have added to the official > source, or should it remain a patch?
I forgot to include this, the output of diffstat run on the patch. Make_bc5.mak | 2 Make_cyg.mak | 1 Make_ivc.mak | 5 Make_ming.mak | 1 Make_mvc.mak | 4 Make_w16.mak | 1 Makefile | 16 config.h.in | 3 configure.in | 15 feature.h | 5 globals.h | 2 mbyte.c | 6 os_mswin.c | 685 -------------------------------------- os_unix.c | 3 os_win32.c | 22 - proto.h | 2 proto/os_mswin.pro | 11 proto/winclip.pro | 13 term.c | 2 vim.h | 2 winclip.c | 737 +++++++++++++++++++++++++++++++++++++++++ 21 files changed, 815 insertions(+), 723 deletions(-) Regards, Gary --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
