Questions tagged [vcscommand]

vcscommand.vim is a Vim plugin for manipulating version controlled files (via CVS, Subversion, SVK, Git, Bazaar, and Mercurial).

vcscommand.vim is a Vim 7 plugin for manipulating files controlled by CVS, Subversion, SVK, Git, bzr, and Mercurial within Vim, including committing changes and performing diffs using the vimdiff system.

vcscommand.vim on Vim Scripts

6 questions
4
votes
3 answers

Commiting directories with VCSCommand plugin when also using NERD Tree

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 directories), however whenever I try to open a directory…
rogermushroom
  • 5,486
  • 4
  • 42
  • 68
3
votes
1 answer

VCSCommand keeps adding an extra blank line to all my commits

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 getting these extra blank lines added to my…
slm
  • 15,396
  • 12
  • 109
  • 124
2
votes
1 answer

How do I use the Vim plugin VCSCommand to diff/commit/etc on a directory? (or... What is a VIm "directory buffer"?)

(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 "directory buffer" though. What am I (probably very…
TieDyeFriday
  • 135
  • 5
2
votes
2 answers

problem using VCSCommand Vim plugin with Mercurial

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 some explanations that the "No suitable plugin"…
Herbert Sitz
  • 21,858
  • 9
  • 50
  • 54
1
vote
1 answer

Removing git rerere from my global configuration

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 again. But now I don't want to resolve this…
Monday A Victor
  • 441
  • 5
  • 16
0
votes
2 answers

cmap :q to :bwipeout for VCSBlame/VCSAnnotate buffers (and other VCSCommand buffers)

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-lived read-only buffers. The buffer names begin…
Michael Berkowski
  • 267,341
  • 46
  • 444
  • 390