[patch] Text object for entire buffer

2009-04-13 Fir de Conversatie Andy Spencer
This adds a text object ('aa' or 'ii') for the entire buffer. I don't know if this is worthy of being included by default, but I find it convenient for things such as gqaa and =aa. diff -rc vim72.old/runtime/doc/motion.txt vim72.new/runtime/doc/motion.txt *** vim72.old/runtime/doc/motion.txt

Re: [patch] Text object for entire buffer

2009-04-13 Fir de Conversatie Ingo Karkat
On 13-Apr-09 9:18, Andy Spencer wrote: This adds a text object ('aa' or 'ii') for the entire buffer. I don't know if this is worthy of being included by default, but I find it convenient for things such as gqaa and =aa. Nice idea, certainly useful! I'm not sure whether this should be

Re: [PATCH] configure: $x_includes used even if not set

2009-04-13 Fir de Conversatie Rainer Müller
Tony Mechelynck wrote: On 11/04/09 04:16, Matt Wozniski wrote: On Fri, Apr 10, 2009 at 6:43 PM, Tony Mechelynck wrote: Couldn't you run test just once? Maybe something more or less like if test -n $x_includes -a $x_includes != NONE Just my sense of aesthetics, I'm not on a Mac.

[patch] Foldmethod for the quickfix window

2009-04-13 Fir de Conversatie Lech Lorens
The attached patch changes the default 'foldmethod' for the quickfix window to manual. The current behaviour is that the quickfix window inherits the values of 'foldmethod' and 'foldmarker' from the global options, which sometimes causes the contents of the quickfix window to be folded upon

[patch] Wrong syntax highlighting for quickfix window

2009-04-13 Fir de Conversatie Lech Lorens
The attached patch fixes the problem where file type for the quickfix window is incorrectly detected. Such behaviour can be triggered by entering the src directory in Vim's source code directory and executing: $ vim diff.c :grep close diff.c :copen The quickfix window will be highlighted as if

Re: [patch] Foldmethod for the quickfix window

2009-04-13 Fir de Conversatie Gary Johnson
On 2009-04-14, Lech Lorens wrote: The attached patch changes the default 'foldmethod' for the quickfix window to manual. The current behaviour is that the quickfix window inherits the values of 'foldmethod' and 'foldmarker' from the global options, which sometimes causes the contents of the

Re: [patch] Foldmethod for the quickfix window

2009-04-13 Fir de Conversatie Matt Wozniski
On 4/13/09, Gary Johnson wrote: On 2009-04-14, Lech Lorens wrote: The attached patch changes the default 'foldmethod' for the quickfix window to manual. I'm a little concerned about applying such fine tuning of individual window behavior to the source code. If there is a general

Re: [patch] Foldmethod for the quickfix window

2009-04-13 Fir de Conversatie Tony Mechelynck
On 14/04/09 00:50, Matt Wozniski wrote: On 4/13/09, Gary Johnson wrote: On 2009-04-14, Lech Lorens wrote: The attached patch changes the default 'foldmethod' for the quickfix window to manual. I'm a little concerned about applying such fine tuning of individual window

Re: [patch] Foldmethod for the quickfix window

2009-04-13 Fir de Conversatie Gary Johnson
On 2009-04-13, Matt Wozniski wrote: On 4/13/09, Gary Johnson wrote: On 2009-04-14, Lech Lorens wrote: The attached patch changes the default 'foldmethod' for the quickfix window to manual. I'm a little concerned about applying such fine tuning of individual window behavior

Re: [patch] Foldmethod for the quickfix window

2009-04-13 Fir de Conversatie Matt Wozniski
On 4/13/09, Tony Mechelynck wrote: On 14/04/09 00:50, Matt Wozniski wrote: On 4/13/09, Gary Johnson wrote: On 2009-04-14, Lech Lorens wrote: The attached patch changes the default 'foldmethod' for the quickfix window to manual. I'm a little concerned about applying such fine tuning of