int3/vim-extradite

Commit author name sometimes not highlighted

isbadawi opened this issue · 2 comments

This is a minor thing. I ran :Extradite against t.py from this repo: https://github.com/sjl/t. This was the output:
screen shot 2014-06-12 at 1 19 14 pm

Notice that the commit author name is usually in green, but sometimes not. (At a glance, it looks like non-highlighted ones all have some non-alphanumeric character in them).

Thanks for the quick turnaround on this!

Thanks, should be fixed now. Previous regular expression failed to match if it encountered some non-word characters except space, just as you said.