char101 wrote: > On Apr 2, 12:04 pm, Tony Mechelynck<[EMAIL PROTECTED]> > wrote: >> Maybe between 7.1.282 and some earlier patch. >> >> If you have a "working" version of Vim (with patches up to 280 or >> somesuch), what's the "Included patches" line from its ":version" >> listing? You can get it into the clipboard by means of > > Hi, here's the output now > > VIM - Vi IMproved 7.1 (2007 May 12, compiled Apr 2 2008 11:58:14) > MS-Windows 32 bit GUI version with OLE support > Included patches: 1-291 > Compiled by [EMAIL PROTECTED] > > At the end I just take those two files that failed to patch (if_ole.h > and make_mvc.mak) from VIM svn. >
Hm... Mixing svn and ftp+patch, this might be courting disaster if the svn patchlevel is not what you think. In your place I'd feel better with either all patched sources (and restart from scratch if necessary, see http://users.skynet.be/antoine.mechelynck/vim/compile.htm ) or all svn sources. Since you have Python installed you might want to try syncing your sources by A-A-P. >> If you are on Windows, you can get pre-compiled, updated distributions >> from >> https://sourceforge.net/project/showfiles.php?group_id=43866&package_... > > Thanks but I need to compile myself since I add python support and > changed the tab look a little bit (flat tabs) and changed the toolbar > so that it can have hover effect on win32. > > Thanks for the help. > --- > Charles Python support is not a problem if you have python25.dll installed: these distros have +mzscheme/dyn +perl/dyn +python/dyn +ruby/dyn +tcl/dyn (why didn't you check?). The look of the tab bar normally doesn't require patching, but just clever settings of one or more of the 'tabline', 'guitablabel' and 'guioptions' options (I use text-style tabs in the standard Vim GUI, so I have identical tabs in console mode and in GUI mode). If it is not possible, without a custom patch, to display the same tooltips on the W32 toolbar as those that I get on the GTK+2 toolbar, I'm sure Bram would be interested in that patch. If it's just a question of enabling the right feature at compile-time, I believe Steve hall's distros (at the URL I gave you) have it. Best regards, Tony. -- Madam, there's no such thing as a tough child -- if you parboil them first for seven hours, they always come out tender. -- W. C. Fields --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
