Re: Feature request: Better way to handle SCM blame/annotate syntax highlighting

2009-01-27 Fir de Conversatie Ben Fritz
On Jan 26, 9:30 am, Ted Pavlic t...@tedpavlic.com wrote: That is, an output of git blame myfile.c | vim - would get highlighted so that the left side of the blame output was highlighted matching git blame rules, and the right side of the blame output would use standard highlighting rules

Re: Feature request: Better way to handle SCM blame/annotate syntax highlighting

2009-01-27 Fir de Conversatie Ingo Karkat
On 26-Jan-09 16:30, Ted Pavlic wrote: There are several syntax highlighting options available for SCM blame/annotate outputs (e.g., CVSAnnotate.vim, HGAnnotate.vim, etc.). However, AFAIK, none of them have the ability to use the annotate-style highlighting on the left side of the page

Re: Feature request: Better way to handle SCM blame/annotate syntax highlighting

2009-01-27 Fir de Conversatie Danek Duvall
On Tue, Jan 27, 2009 at 06:12:39AM -0800, Ben Fritz wrote: On Jan 26, 9:30 am, Ted Pavlic t...@tedpavlic.com wrote: That is, an output of git blame myfile.c | vim - would get highlighted so that the left side of the blame output was highlighted matching git blame rules, and the right

Re: A branch for join_O(n) patches was: Re: [patch] Re: make joining lines O(n)

2009-01-27 Fir de Conversatie Bram Moolenaar
Christian Michon wrote: On Mon, Jan 26, 2009 at 9:45 PM, Milan Vancura mi...@ucw.cz wrote: 5. what about a cooperation with Christian and pul his git tree as vim_upstream? There is no dependency on svn, nice tags for vim versions are there... Would it be possible? No, it

Re: description of CTRL-W = in index.txt

2009-01-27 Fir de Conversatie Bram Moolenaar
Chris Littell wrote: In the help file index.txt, the description for CTRL-W = should mention that it also makes window widths equal. Right now it looks like there is no command to do this until you see the detailed description. I'll make it: make all windows the same height width --

Re: description of CTRL-W = in index.txt

2009-01-27 Fir de Conversatie Matt Wozniski
Bram Moolenaar wrote: Chris Littell wrote: In the help file index.txt, the description for CTRL-W = should mention that it also makes window widths equal. Right now it looks like there is no command to do this until you see the detailed description. I'll make it: make all

Re: description of CTRL-W = in index.txt

2009-01-27 Fir de Conversatie Ben Schmidt
I'll make it: make all windows the same height width How about: make all windows the same size FWIW, I prefer 'height width'. Neither is strictly correct of course; consider any three window layout which is a mix of horizontal and vertical splits. Ben.