Sublime Text Version https://github.com/jisaacks/GitGutter
Vim Git Gutter
41–50 of 119 posts
Re: Vim Git Gutter
#42Re: Vim Git Gutter
#43Re: Vim Git Gutter
#44Re: Vim Git Gutter
#45Seems to add noticeable latency (1+ seconds) to my save, each time. Vim is unresponsive during this time Is this expected? I save quite frequently, it's an unconscious reflex at this point.
Re: Vim Git Gutter
#46Sublime Text Version https://github.com/jisaacks/GitGutter
Not to take away from the post, anyone else feeling a bit of Vim overload in the past few days? I'm pretty much Vim'ed out with all the Vim related postings.
Re: Vim Git Gutter
#47Re: Vim Git Gutter
#48Eclipse pretty much does this out of the box. I guess so do IntelliJ and Visual Studio. You can also display the name of the last person to change a line in the same position (ie. svn/git blame), which is very useful to quickly find out who to talk to regarding a section of a file. The commit message is displayed on mouseover.
Re: Vim Git Gutter
#49An aside question; what's the deal with "pathogen"? I've been using the "/bin/cp" command for years installing vim plugins and it's worked remarkably well; requiring just about 1 invocation on average... What problem does that thing solve?
Re: Vim Git Gutter
#50It'd be perfect if the signs changed in real-time without the need to save first. Awesome work though. Thanks Andy.