> I'm not sure if everybody is familiar with the blame output. Maybe you
> have more chance of getting responses with an example.

"blame" is git's funny way of saying "annotate."

There are several annotate-type syntax highlighting schemes for Vim (for 
example, CVSAnnotate.vim and HGAnnotate.vim). However, IIRC, these just 
highlight everything to the "left" of the actual code.

It seems like you would need a way to say... "Use these syntax 
highlighting rules for everything up to column 80, and autodetect which 
syntax highlighting rules to use after column 80." So it's almost like 
Vim needs new options...

:set annotatetype=git           (for the "left" side of git blame)
:set filetype=perl              (for the "right" side of git blame)

Otherwise, you'd need something like "gitBlamePerl.vim" and 
"gitBlameC.vim" and . . .

(and a way to autodetect which one to use)

--Ted


-- 
Ted Pavlic <[email protected]>

   Please visit my ALS association page:
         http://web.alsa.org/goto/tedpavlic
   My family appreciates your support in the fight to defeat ALS.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to