Matchparen highlight bug?

2006-06-28 Thread Mikolaj Machowski
Hello, Create empty file, enter {}, :new, cursor is in new window but parens are still highlighted. This example isn't extreme but when returning to previous window in many colorschemes it makes hard to notice where cursor is. This chunk fixes that: function RmMH() if exists('w:paren_

Re: Matchparen highlight bug?

2006-06-28 Thread Bram Moolenaar
Mikolaj Machowski wrote: > Create empty file, enter {}, :new, cursor is in new window but parens > are still highlighted. Every window has a cursor position, even though only one is really active. Thus the highlighting isn't wrong. > This example isn't extreme but when returning to previous w

Re: vim7 repeats ';' and ',' not working for till 't' and 'T'

2006-06-28 Thread Benji Fisher
On Tue, Jun 27, 2006 at 04:23:36PM -0700, Mike Li wrote: > in normal mode, ';' and ',' are not working to repeat the last till > commands (i.e. 't' and 'T'), though they do seem to work for find > commands (i.e. 'f' and 'F'). i see this for both the win32 vim7 > binaries and FC5 builds from vim7 sv

Proposal: New command/feature for quickfix

2006-06-28 Thread Jochen Baier
hi, i think a command like "cbefore" or "croot" could be usefull. using this command after a quickfix trip (vimgrep, make etc) will jump to the buffer and line the user used before. with this command it will be easy to go back to buffer it was used before and the user do not need to remember it.

Re: Proposal: New command/feature for quickfix

2006-06-28 Thread Jochen Baier
On Wed, Jun 28, 2006 at 10:25:10PM +0200, Nikolai Weibull wrote: > Do you mean "go back to the buffer that was active before the user > invoked :vimgrep, :make, or similar"? > > If so, then yes, that could probably be useful. > > I guess :crestore is a possible name as well. Then one could perha

Re: Proposal: New command/feature for quickfix

2006-06-28 Thread Yegappan Lakshmanan
Hi Jochen, On 6/28/06, Jochen Baier <[EMAIL PROTECTED]> wrote: hi, i think a command like "cbefore" or "croot" could be usefull. using this command after a quickfix trip (vimgrep, make etc) will jump to the buffer and line the user used before. with this command it will be easy to go back to b

Re: Proposal: New command/feature for quickfix

2006-06-28 Thread Mikolaj Machowski
Dnia środa, 28 czerwca 2006 22:07, Jochen Baier napisał: > i think a command like "cbefore" or "croot" could be > usefull. using this command after a quickfix trip (vimgrep, Doesn't fulfill your request? m.

Re: Proposal: New command/feature for quickfix

2006-06-28 Thread Jochen Baier
On Wed, Jun 28, 2006 at 11:21:00PM +0200, Mikolaj Machowski wrote: > Dnia ?roda, 28 czerwca 2006 22:07, Jochen Baier napisa?: > > i think a command like "cbefore" or "croot" could be > > usefull. using this command after a quickfix trip (vimgrep, > > Doesn't fulfill your request? > > m. no

Re: Proposal: New command/feature for quickfix

2006-06-28 Thread Nikolai Weibull
On 6/28/06, Jochen Baier <[EMAIL PROTECTED]> wrote: On Wed, Jun 28, 2006 at 11:21:00PM +0200, Mikolaj Machowski wrote: > Dnia ?roda, 28 czerwca 2006 22:07, Jochen Baier napisa?: > > i think a command like "cbefore" or "croot" could be > > usefull. using this command after a quickfix trip (vimgrep

Re: Proposal: New command/feature for quickfix

2006-06-28 Thread Yegappan Lakshmanan
Hi, On 6/28/06, Nikolai Weibull <[EMAIL PROTECTED]> wrote: On 6/28/06, Jochen Baier <[EMAIL PROTECTED]> wrote: > On Wed, Jun 28, 2006 at 11:21:00PM +0200, Mikolaj Machowski wrote: > > Dnia ?roda, 28 czerwca 2006 22:07, Jochen Baier napisa?: > > > i think a command like "cbefore" or "croot" could

Re: Proposal: New command/feature for quickfix

2006-06-28 Thread Yegappan Lakshmanan
Hi, On 6/28/06, Yegappan Lakshmanan <[EMAIL PROTECTED]> wrote: Hi, On 6/28/06, Nikolai Weibull <[EMAIL PROTECTED]> wrote: > On 6/28/06, Jochen Baier <[EMAIL PROTECTED]> wrote: > > On Wed, Jun 28, 2006 at 11:21:00PM +0200, Mikolaj Machowski wrote: > > > Dnia ?roda, 28 czerwca 2006 22:07, Jochen