gitAnnotate.vim: match original commits in blame
commiteb8cae5e30dd7a5169813cc826526b06e5b2987e
authorMichael Wookey <michaelwookey@gmail.com>
Thu, 3 Dec 2009 10:19:35 +0000 (3 21:19 +1100)
committerBob Hiestand <bob.hiestand@gmail.com>
Tue, 8 Dec 2009 15:48:51 +0000 (8 09:48 -0600)
tree320fd58befc2993d11b79b7d046f1e5497d8915e
parent7b76bcf4089905cc21f8d68bf2140c1d09b8c2c8
gitAnnotate.vim: match original commits in blame

When using the "git blame" output, the first column contains the partial
commit SHA1 of when the content of the current line was last modified.

For lines that have not been altered since their original commit, the
partial SHA1 is prefixed with a '^' symbol. Update the regex to account
for the optional '^' symbol.

Signed-off-by: Michael Wookey <michaelwookey@gmail.com>
syntax/gitAnnotate.vim