6 ms·
It'd be perfect if the signs changed in real-time without the need to save first. Awesome work though. Thanks Andy.
by ylaassel 14y ago
It'd be perfect if the signs changed in real-time without the need to save first. Awesome work though. Thanks Andy.
- airblade 14y agoI'll look into that...
- deleted 14y ago[deleted]
- soupboy 14y ago+1 that request. Really good plugin otherwise.
- krallin 14y agoMy thoughts exactly, that would be awesome!
- swah 14y agoThat's a lot of "git diff" calls!
- icebraining 14y agoOr a reimplementation of the algorithm in VimL ;)
- jisaacks 14y agoIn 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`.
- jisaacks 14y agoThe Sublime version does.
- bryanallen22 14y agoTaglist does something similar, and it uses ':h updatetime' to toggle how often it works.