[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Seeing Blame/Annotate in the margin in Vim

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 30 Oct 2009 05:11:04 +0200 (Jerusalem Standard Time)

Julian Foad wrote on Thu, 29 Oct 2009 at 12:16 +0100:
> I (Julian Foad) wrote:
> > This Vim script enables you to show the Blame info in a narrow window at
> > the side of your source file, as in the screen shot below, with the
> > scrolling synchronized.
> >
> > I activate it with the key sequence "gb" (for Go/Get Blame).
> >
> > Insert the attached script into your ~/.vimrc file.
>
> I committed this script as contrib/client-side/vim/vim-blame.vimrc.
>
> I added another Vim script, to display the log message of the revision
> number under the cursor, at the same time, as
> contrib/client-side/vim/vim-show-log-msg.vimrc.
>

Haven't tested, but what's the :NoSpaceHi command? I don't have it, is
it from your vimrc or another plugin?

Also:

    - This svnLog command needs cursor on a revision number.
    + echoerr or equivalent

Also:

should the maps use <Leader>?

> - Julian
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2412559
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2412905
Received on 2009-10-30 04:11:32 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.