r18@localhost: bob | 2007-02-28 09:32:57 -0600
commit402927176379f57ccf5e65bfd6e986f6126d2045
authorBob Hiestand <bob.hiestand@gmail.com>
Wed, 28 Feb 2007 17:39:12 +0000 (28 17:39 +0000)
committerBob Hiestand <bob.hiestand@gmail.com>
Wed, 28 Feb 2007 17:39:12 +0000 (28 17:39 +0000)
tree11a8d1b5e4acc6070dde51e66b0491ff5119758b
parent70c2c20f72f93d53982f29584b6e2f5a358a799b
 r18@localhost:  bob | 2007-02-28 09:32:57 -0600
 Added SVK support.

 Replaced SVN-specific command SVNInfo with VCSInfo, which is defined for SVK
 and SVN.  This is mapped to '<leader>ci' by default; as a consequence, the
 default mapping for the CVS-specific CVSEditors command was changed to
 '<leader>cE'.

 Made VCSAnnotate accept parameters to pass to the underlying VCS.

 Made error messages for operations on non-versioned files more consistent.

 Added check to disable individual VCS extension plugins.

git-svn-id: https://vcscommand.googlecode.com/svn/trunk@11 e7462f97-9721-0410-a4e7-d7c98e439057
doc/vcscommand.txt
plugin/vcscommand.vim
plugin/vcscvs.vim
plugin/vcssvk.vim [new file with mode: 0644]
plugin/vcssvn.vim