Skip to content

Commit 2faa1d0

Browse files
committed
Improve doc
1 parent 8cbdee8 commit 2faa1d0

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

doc/vim-extract.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,28 +51,30 @@ Manual
5151
COMMANDS *vim-extract-commands*
5252

5353
*:VExtract*
54-
:VExtract In visual mode - extract selection to a new buffer,
55-
in normal mode - open extract buffer
54+
:VExtract In Visual mode - extract selection to a buffer,
55+
in Normal mode - open the extract buffer.
5656

5757
===============================================================================
5858
OPTIONS *vim-extract-options*
5959

6060
*g:extract_name*
6161

62-
Name of a extract buffer. {filename} pattern will be replaced with current file
63-
name
62+
The name of the extract buffer. {filename} pattern will be replaced with
63+
the current file name.
6464

6565
Default: '_{filename}'
6666

6767
*g:extract_position*
6868

69-
Buffer position. Possible values: 'top', 'bottom', 'left', 'right', 'tab'
69+
The extract buffer position.
7070

71+
Possible values: 'top', 'bottom', 'left', 'right', 'tab'
7172
Default: 'top'
7273

7374
*g:extract_append*
7475

75-
Append selection to a extract buffer, otherwise clear buffer before extracting
76+
Append selected text to the end of the extract buffer or clear the extract
77+
buffer before insert.
7678

7779
Default: 1
7880

0 commit comments

Comments
 (0)