ramccor / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

Documentation #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Reading of VCSCommandCommitOnWrite

What is the expected output? What do you see instead?
the <leader> tag is not clear.  cannot figure out how to get cc to stand 
for commit on write, and :w doesn't make commit on write work.

What version of the product are you using? On what operating system?
newest verion of VCScommand on VIM7.2

Please provide any additional information below.
I'm sure I'm just slow, but I couldn't figure out how to not have to type 
VCSCommit any time I wanted to commit

Original issue reported on code.google.com by RyanMori...@gmail.com on 1 Mar 2009 at 6:26

GoogleCodeExporter commented 9 years ago
\cc is what you would type (in rapid succession -- leader commands are timed).
leader is like a hot key system for vim -- instead of using control-x, say, that
emacs relies on.  More information can be found with esc-:-help leader.  The 
default
leader is backslash.

Original comment by adam.lu...@gmail.com on 31 Mar 2009 at 5:19

GoogleCodeExporter commented 9 years ago
very nice.  As a slightly more detailed description for others that are slow 
like I 
am.  When you are in command mode (not insert), is when \cc does it's thing.  
It 
brings up the VCS comment window, and using it again in that window does the 
commit.

Thanks very much adam.

Original comment by RyanMori...@gmail.com on 1 Apr 2009 at 8:19

GoogleCodeExporter commented 9 years ago
Ryan, where in the documentation would like to see the <Leader> designation 
explained?

Original comment by bob.hies...@gmail.com on 10 Apr 2009 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by bob.hies...@gmail.com on 10 Apr 2009 at 5:58

GoogleCodeExporter commented 9 years ago
I think having it shortcut to it's own little blurb,or to the main vim help if 
it's 
in there.  So :help VCSCommand  would list  on the index as :Leader character:  
Just 
my 2 cents.

Original comment by RyanMori...@gmail.com on 11 Apr 2009 at 5:58

GoogleCodeExporter commented 9 years ago
Documentation changed in 4a434ef60125ebcc3a3ac96748ccea2dea62f2bd.

Original comment by bob.hies...@gmail.com on 27 Jul 2009 at 6:14