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

Re: W16 warning message (mode of file...has changed) - can this be turned off?

2006-06-09 Thread Benji Fisher
On Fri, Jun 09, 2006 at 02:03:33PM +0200, A.J.Mechelynck wrote: To ask only if something more than just time or mode have changed, you can paste the following (untested, but I believe it should work) into your vimrc: :autocmd FileChangedShell * \if (v:fcs_reason == mode)

Re: Restore cursor to last line not working in Vim 7

2006-06-09 Thread Kevin Old
On 6/7/06, Benji Fisher [EMAIL PROTECTED] wrote: On Wed, Jun 07, 2006 at 11:53:40AM -0700, Yegappan Lakshmanan wrote: In Vim 6.3, either you sourced the vimrc_example.vim file or the system vimrc file in your system was defining the autocmd. I suspect that Yegappan and Tony are right.

***SPAM*** Vim doesn't open files with chinese file names

2006-06-09 Thread Cesar Romani
If I have a file with a chinese file name, f.e. 感情包袱.txt It won’t open but it throws the message: E303: Unable to open swap file for “.txt”, recovery impossible Instead with notepad I can open the file. Many thanks in advance, Andalou

Re: Vim doesn't open files with chinese file names

2006-06-09 Thread A.J.Mechelynck
Cesar Romani wrote: If I have a file with a chinese file name, f.e. 感情包袱.txt It won’t open but it throws the message: E303: Unable to open swap file for “.txt”, recovery impossible Instead with notepad I can open the file. Many thanks in advance, Andalou Is your Vim version compiled

Re: comment out block for perl program

2006-06-09 Thread Benji Fisher
On Wed, Jun 07, 2006 at 02:30:16PM +0200, Thor Andreassen wrote: On Wed, Jun 07, 2006 at 04:37:48PM +0800, Ken Perl wrote: how to comment out or uncomment out a block for perl program file? There is of course the generic way with visual-block-mode, see :help visual.txt Basically it