Skip to content

Commit dad68a1

Browse files
committed
Fix grammar mistakes in the doc
1 parent 919151f commit dad68a1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/executor.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*vim-executor.txt* Vim plugin that execute shell command and redirect output
2-
to a new buffer
1+
*vim-executor.txt* Vim plugin that executes a shell command and redirects
2+
output to a new buffer
33

44
Author: Alexander Skachko <[email protected]>
55
Homepage: https://github.com/lucerion/vim-executor
@@ -46,12 +46,12 @@ COMMANDS *vim-executor-commands*
4646

4747
*:Exec*
4848

49-
:[range]Exec[!] {command} Execute shell {command} and open new buffer
49+
:[range]Exec[!] {command} Executes shell {command} and open a new buffer
5050
with the command output.
51-
If one line selected this line will be executed
52-
as a command, with more than one - plugin will
53-
pass lines to a command as an argument.
54-
If ! is given, buffer with result will not opened.
51+
One selected line executes as a command, more
52+
then one - passes to command as an argument.
53+
If ! is given, buffer with the result not
54+
be opened.
5555

5656
===============================================================================
5757
OPTIONS *vim-executor-options*
@@ -72,7 +72,7 @@ A pattern for a buffer name. {command} will be replaced with executed command,
7272

7373
*g:executor_reuse_buffer*
7474

75-
Reuse buffer with results instead of opening new one.
75+
Reuse buffer with results instead of opening a new one.
7676

7777
Default value: 0
7878

@@ -88,7 +88,7 @@ CHANGELOG *vim-executor-changelog*
8888
1.0.0 (2017-10-08)~
8989

9090
Changes
91-
* execute command without opening result buffer
91+
* execute a command without opening result buffer
9292
* documentation added
9393

9494
0.2.0 (2016-12-20)~

0 commit comments

Comments
 (0)