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
44Author: Alexander Skachko <alexander.skachko@gmail.com>
55Homepage: 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===============================================================================
5757OPTIONS *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*
88881.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
94940.2.0 (2016-12-20)~
0 commit comments