Check files in from VIM?
Directly from vim, is there a way to check files into cvs or subversion?
I know I can just use a different console window to check in any changes, but it is so much more convenient to be able to do everything from the same window, if po开发者_运维知识库ssible.
There are tons of plugins on the script archive for this exact purpose. vcscommand.vim is one I know I've heard people use before to abstract themselves from the specific vcs they are using.
There's a vim svn integration script here, but I have no experience with it. I'm pretty sure you can bang the command if you're in the active working directory.
!svn commit file.blah
精彩评论