Re: matchparen bug?

2006-06-08 Thread Jared
On 06/08/2006 04:14, Mathias Michaelis wrote: Bram has fixed this bug already a month ago ;-) See: http://groups.yahoo.com/group/vimdev/message/43639 Sigh. Good news, but I wish we knew this 13 e-mails ago. :-) Thanks to everyone that looked into this. -- Jared

New feature: bind layout of windows to keys?

2006-06-08 Thread Markus Mottl
Hi, I'm new to the developer list so I don't know whether this has already been discussed here. One thing I encounter frequently is that I have tons of open buffers, especially also from different projects, and I would like to switch between sets of windows very quickly. It would be great if

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

2006-06-08 Thread Ilya
Markus Mottl wrote: Hi, I'm new to the developer list so I don't know whether this has already been discussed here. One thing I encounter frequently is that I have tons of open buffers, especially also from different projects, and I would like to switch between sets of windows very quickly.

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

2006-06-08 Thread Yakov Lerner
On 6/8/06, Markus Mottl [EMAIL PROTECTED] wrote: Hi, I'm new to the developer list so I don't know whether this has already been discussed here. One thing I encounter frequently is that I have tons of open buffers, especially also from different projects, and I would like to switch between

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

2006-06-08 Thread Ilya
Yakov Lerner wrote: On 6/8/06, Markus Mottl [EMAIL PROTECTED] wrote: Hi, I'm new to the developer list so I don't know whether this has already been discussed here. One thing I encounter frequently is that I have tons of open buffers, especially also from different projects, and I would like

Re: Buffer local mappings broken in vim7?

2006-06-08 Thread Christian J. Robinson
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 confirm this behavior, although it's not that Vim 7 is changing the mapping, it

inputlist() not functioning properly

2006-06-08 Thread Christian J. Robinson
RedHat 9, Vim 7.0.015 with the GTK2 GUI. In the console this works fine but in the GUI I never get the right number returned: :echo inputlist(['foo', 'bar', 'baz']) If I click on foo I get -1, bar I get 0, and baz it acts like I want to start highlighting text. Also, the Enter cancels is

Re: Buffer local mappings broken in vim7?

2006-06-08 Thread Edwin Steiner
[ Sorry, forgot to do group-reply. ] 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

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

2006-06-08 Thread Eric Arnold
I wrote the WinWalker.vim script partly with this sort of thing in mind. Combining window layouts with sessions and macro keys (both supported from inside the plugin), and Vim7 tabs should do what I think you mean. http://vim.sourceforge.net/scripts/script.php?script_id=1522 On 6/8/06,

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

2006-06-08 Thread Markus Mottl
On 6/8/06, Ilya [EMAIL PROTECTED] wrote: There is tabs in vim 7.0. They are almost exactly what you are talking about, except that, IIUC, there is no binding to a key. But it is possible, that some scripts could help. :help tabpage.txt Thanks a lot for this hint, this is pretty much what I