Hacker News new | ask | show | jobs
by ylaassel 4849 days ago
It'd be perfect if the signs changed in real-time without the need to save first. Awesome work though. Thanks Andy.
6 comments

I'll look into that...
+1 that request. Really good plugin otherwise.
Taglist does something similar, and it uses ':h updatetime' to toggle how often it works.
My thoughts exactly, that would be awesome!
That's a lot of "git diff" calls!
In the Sublime version, one of the things I did to avoid that is it doesn't call `git diff` if it has been less then 5 seconds since the last `git diff`.
Or a reimplementation of the algorithm in VimL ;)
The Sublime version does.