Skip to main content
2 votes
1 answer
3k views

I came across this git configuration seeing that helps me reduce recursion and I have been able to resolve a merge conflict just once and it gets resolved automatically whenever such conflicts show up ...
Monday A Victor's user avatar
3 votes
1 answer
298 views

I recently started trying out the VCSCommand plugin for vim to work with several subversion repositories. Every time I commit a change from vim using VCSCommit, aka. the key combo (\cc), I keep ...
slm's user avatar
  • 16.6k
0 votes
2 answers
230 views

I'm looking for a method to map :q to :bwipeout only for SVN blame buffers, as generated by vcscommand.vim and :VCSBlame so that my motor memory of :q takes hold when I want to eliminate those short-...
Michael Berkowski's user avatar
4 votes
3 answers
935 views

I am using vim 7.3, the NERDTree 4.1 plugin and VCSCommand version 1.99.42. To commit a directory in VCSCommand you need have the directory buffer open (it's the same with all commands on ...
rogermushroom's user avatar
2 votes
1 answer
1k views

(I am a VIM-n00b) According to the VCSCommand docs, the commands will operate on a directory if you are currently in a "directory buffer". I can't seem to find any other references to opening a "...
TieDyeFriday's user avatar
2 votes
2 answers
1k views

I just installed VCSCommand and I'm getting an error of "No suitable plugin" whenever I try to run a command. I have a filed loaded in Vim that is in a directory with a mercurial repository. I found ...
Herbert Sitz's user avatar
  • 22.4k