Y
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
airblade
4849 days ago
I'll look into that...
link
soupboy
4849 days ago
+1 that request. Really good plugin otherwise.
link
bryanallen22
4849 days ago
Taglist does something similar, and it uses ':h updatetime' to toggle how often it works.
link
krallin
4849 days ago
My thoughts exactly, that would be awesome!
link
swah
4849 days ago
That's a lot of "git diff" calls!
link
jisaacks
4849 days ago
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`.
link
icebraining
4849 days ago
Or a reimplementation of the algorithm in VimL ;)
link
jisaacks
4849 days ago
The Sublime version does.
link