adding new stuff
This commit is contained in:
parent
f84d7183aa
commit
9ef8a96f9a
1580 changed files with 0 additions and 0 deletions
32
plugins/bundle/vim-commentary/doc/commentary.txt
Normal file
32
plugins/bundle/vim-commentary/doc/commentary.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
*commentary.txt* Comment stuff out
|
||||
|
||||
Author: Tim Pope <http://tpo.pe/>
|
||||
License: Same terms as Vim itself (see |license|)
|
||||
|
||||
Comment stuff out. Then uncomment it later. Relies on 'commentstring' to be
|
||||
correctly set, or uses b:commentary_format if it is set.
|
||||
|
||||
*gc*
|
||||
gc{motion} Comment or uncomment lines that {motion} moves over.
|
||||
|
||||
*gcc*
|
||||
gcc Comment or uncomment [count] lines.
|
||||
|
||||
*v_gc*
|
||||
{Visual}gc Comment or uncomment the highlighted lines.
|
||||
|
||||
*o_gc*
|
||||
gc Text object for a comment (operator pending mode
|
||||
only.)
|
||||
|
||||
*gcgc* *gcu*
|
||||
gcgc Uncomment the current and adjacent commented lines.
|
||||
gcu
|
||||
|
||||
*:Commentary*
|
||||
:[range]Commentary Comment or uncomment [range] lines
|
||||
|
||||
The |User| CommentaryPost autocommand fires after a successful operation and
|
||||
can be used for advanced customization.
|
||||
|
||||
vim:tw=78:et:ft=help:norl:
|
||||
8
plugins/bundle/vim-commentary/doc/tags
Normal file
8
plugins/bundle/vim-commentary/doc/tags
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
:Commentary commentary.txt /*:Commentary*
|
||||
commentary.txt commentary.txt /*commentary.txt*
|
||||
gc commentary.txt /*gc*
|
||||
gcc commentary.txt /*gcc*
|
||||
gcgc commentary.txt /*gcgc*
|
||||
gcu commentary.txt /*gcu*
|
||||
o_gc commentary.txt /*o_gc*
|
||||
v_gc commentary.txt /*v_gc*
|
||||
Loading…
Add table
Add a link
Reference in a new issue