Win64-related patches

2007-02-11 Thread George V. Reilly
* Win64 changes to make code compile cleanly: eval.c, misc2.c, if_ole.* * Fixed install.exe bug * Fixed annoying warning from Explorer about gvimext.dll * Fixed gvim.exe.mnf to be cross-platform. No longer needs to be generated from Make_mvc.mak * Re-fixed spell.c so that it works with VC6. Unit

Re: bug: commandline not visible after :tabedit in maximized window

2007-02-11 Thread Václav Šmilauer
[Bram, sorry for sending to your personal address by accident for the first time] > What system? If Unix: what GUI? Sorry for not mentioning that. I am running the gnome GUI on Linux. I double-checked on a different machine to exclude the influence of the breakindent patch that is also applie

RE: mac gui tabline v5

2007-02-11 Thread Michael Wookey
> If you make the drawer to small, it'll disappear (like in all apps > where you can resize the drawer). To bring it back, open a tab (or > close a tab) or call :set showtabline=1 or :set showtabline=2. If you > want it hidden, call :set showtabline=0, just as before. Also, if the drawer closes

Fwd: mac gui tabline v5

2007-02-11 Thread Nicolas Weber
Hi, vim-mac stripped the attachment again. I hope it comes through on this list. Anfang der weitergeleiteten E-Mail: Von: Nicolas Weber <[EMAIL PROTECTED]> Datum: 11. Februar 2007 21:13:53 MEZ An: vim mac <[EMAIL PROTECTED]> Betreff: mac gui tabline v5 Hi everyone, Michael Wookey suggeste

Re: Vim + MzScheme on Ubuntu

2007-02-11 Thread Bram Moolenaar
George V. Reilly wrote: > Bram, 'make install' fails because there are no *.vim files in > runtime/spell. > I'm using the latest stuff out of Subversion *except* for the runtime files, > which are fetched with Tony's rsync invocation: > rsync -avzcP --delete --exclude="/dos/" ftp.nluug.nl::Vim

Re: bug: commandline not visible after :tabedit in maximized window

2007-02-11 Thread Bram Moolenaar
Vaclav wrote: > I use gvim 7.0 patched 1-164. When doing :tabedit in a single tab buffer, > tabs on the top appear and the window is resized so that text area is the > same. However, when the window cannot be grown vertically (which is the case > for (vertically) maximized window or fullscreen

Re: Vim and OS versions

2007-02-11 Thread Mikolaj Machowski
Dnia niedziela 11 luty 2007, A.J.Mechelynck napisał: > Upgraded from novell-SUSE Linux 9.3 to openSUSE 10.2 > My Vim compiled under 9.3 refuses to load: "perl.so not found". > Recompiled (with make reconfig, same feature set). Different versions of Perl I suppose. > The new executable runs (with

bug: commandline not visible after :tabedit in maximized window

2007-02-11 Thread Václav Šmilauer
Hello, I use gvim 7.0 patched 1-164. When doing :tabedit in a single tab buffer, tabs on the top appear and the window is resized so that text area is the same. However, when the window cannot be grown vertically (which is the case for (vertically) maximized window or fullscreen), vim still ke

Re: Vim + MzScheme on Ubuntu

2007-02-11 Thread George V. Reilly
[Moving this to vim-dev] Taylor Venable wrote: On Wed, 07 Feb 2007 00:08:29 -0800 "George V. Reilly" <[EMAIL PROTECTED]> wrote: I tried to build Vim with MzScheme support on Ubuntu a few months ago and couldn't figure out what I needed to do to get MzScheme included in Vim. I got everythin