Re: gvim crash after closing: gvim hanging in Windows XP Taskmanager

2006-06-09 Thread Mathias Michaelis
Hi vimmers I have some news about the crash. 1) Minimal requirement to build a gvim.exe that crashes with Microsoft Visual Studio 2005 Express Edition (VSEE): nmake -f Make_mvc.mak FEATURES=NORMAL GUI=yes OLE=yes \ MBYTE=no IME=no GIME=no SNIFF=yes CSCOPE=no \ ICONV=no

Patch (unofficial): Create PDBs and EXEs within same directory

2006-06-09 Thread Mathias Michaelis
Patch Problem:IMHO .pdb files should reside in the same directory as the corresponding .exe files so they can be distributet along with them. Solution: Change one line within src/Make_mvc.mak Files: src/Make_mvc.mak *** ..\vim-7.0.000\src\Make_mvc.mak

Re: Buffer local mappings broken in vim7?

2006-06-09 Thread Edwin Steiner
On Thu, Jun 08, 2006 at 06:05:51PM -0600, Christian J. Robinson wrote: On Fri, 9 Jun 2006, Edwin Steiner wrote: I see a strange behaviour for buffer mappings in vim 7. Vim seems to change such mappings to select-mode mappings when the buffer is deleted, and then re-opened. I can

Re: New feature: bind layout of windows to keys?

2006-06-09 Thread Marc Weber
:help tabpage.txt See also :h mksession .. That is was ZoomWin.vim (from Charles E. Campbell) is using.. You can get it on vim.org Marc

Patch (unofficial): Synchronize documetation of Makefile with my patched src/Make_mvc.mak (Thanks to Ylia)

2006-06-09 Thread Mathias Michaelis
Patch 7.0.Makefile Problem:IMHO .pdb files should reside in the same directory as the corresponding .exe files so they can be distributet along with them. Therefore, one of my recent patches adopted src/Make_mvc.mak to that opinion. Alas, now the top level

Re: New feature: bind layout of windows to keys?

2006-06-09 Thread Eric Arnold
I found that the contents of a particular ordinal tab number was too fluid to be of much use to me, so I concentrated on making relative navigation easier, but I could be alone in that. The way it stands, you can make a macro sequence from inside the script using: {m}isc menu - {ma}cro keys

Re: New feature: bind layout of windows to keys?

2006-06-09 Thread Ilya
Eric Arnold wrote: I found that the contents of a particular ordinal tab number was too fluid to be of much use to me, so I concentrated on making relative navigation easier, but I could be alone in that. The way it stands, you can make a macro sequence from inside the script using: {m}isc

Re: New feature: bind layout of windows to keys?

2006-06-09 Thread Eric Arnold
On 6/9/06, Ilya [EMAIL PROTECTED] wrote: Eric Arnold wrote: I found that the contents of a particular ordinal tab number was too fluid to be of much use to me, so I concentrated on making relative navigation easier, but I could be alone in that. The way it stands, you can make a macro