From ce8899eb1d126fa21b141c75586859c722622a5a Mon Sep 17 00:00:00 2001 From: Bob Hiestand Date: Sat, 2 Feb 2008 00:11:33 +0000 Subject: [PATCH] Added documentation for VCSBlame and VCSRemove (alias commands). Added reference to command mappings for VCSDelete, VCSLock and VCSUnlock. git-svn-id: https://vcscommand.googlecode.com/svn/trunk@61 e7462f97-9721-0410-a4e7-d7c98e439057 --- doc/vcscommand.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/vcscommand.txt b/doc/vcscommand.txt index 30113ce..98036d7 100644 --- a/doc/vcscommand.txt +++ b/doc/vcscommand.txt @@ -99,11 +99,13 @@ vcscommand defines the following commands: |:VCSAdd| |:VCSAnnotate| +|:VCSBlame| |:VCSCommit| |:VCSDelete| |:VCSDiff| |:VCSGotoOriginal| |:VCSLog| +|:VCSRemove| |:VCSRevert| |:VCSReview| |:VCSStatus| @@ -146,6 +148,10 @@ The filetype of the vcscommand scratch buffer is set to one of 'CVSAnnotate', 'SVNAnnotate', or 'SVKAnnotate' as appropriate, to take advantage of the bundled syntax files. +:VCSBlame *:VCSBlame* + +Alias for |:VCSAnnotate|. + :VCSCommit[!] *:VCSCommit* This command commits changes to the current file to source control. @@ -219,6 +225,10 @@ there is one parameter supplied, it is taken as as a revision parameters to be passed through to the underlying VCS. Otherwise, all parameters are passed to the underlying VCS. +:VCSRemove *:VCSRemove* + +Alias for |:VCSDelete|. + :VCSRevert *:VCSRevert* This command replaces the current file with the most recent version from the @@ -317,14 +327,17 @@ default (no-argument) form of each command. ca VCSAdd cn VCSAnnotate cc VCSCommit +cD VCSDelete cd VCSDiff cg VCSGotoOriginal cG VCSGotoOriginal! ci VCSInfo cl VCSLog +cL VCSLock cr VCSReview cs VCSStatus cu VCSUpdate +cU VCSUnlock cv VCSVimDiff Only for CVS buffers: -- 2.11.4.GIT