Hacker News new | ask | show | jobs
by swah 4859 days ago
That's a lot of "git diff" calls!
2 comments

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