int3 / vim-extradite

A git commit browser for vim. Extends fugitive.vim.
int3.github.com/vim-extradite
234 stars 22 forks source link

Commit author name sometimes not highlighted #29

Closed isbadawi closed 10 years ago

isbadawi commented 10 years ago

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).

isbadawi commented 10 years ago

Thanks for the quick turnaround on this!

xaizek commented 10 years ago

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