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
3
3
4
4
Author: Alexander Skachko <
[email protected] >
5
5
Homepage: https://github.com/lucerion/vim-executor
@@ -46,12 +46,12 @@ COMMANDS *vim-executor-commands*
46
46
47
47
*:Exec*
48
48
49
- :[range] Exec[!] {command} Execute shell {command} and open new buffer
49
+ :[range] Exec[!] {command} Executes shell {command} and open a new buffer
50
50
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.
55
55
56
56
===============================================================================
57
57
OPTIONS *vim-executor-options*
@@ -72,7 +72,7 @@ A pattern for a buffer name. {command} will be replaced with executed command,
72
72
73
73
*g:executor_reuse_buffer*
74
74
75
- Reuse buffer with results instead of opening new one.
75
+ Reuse buffer with results instead of opening a new one.
76
76
77
77
Default value: 0
78
78
@@ -88,7 +88,7 @@ CHANGELOG *vim-executor-changelog*
88
88
1.0.0 (2017-10-08)~
89
89
90
90
Changes
91
- * execute command without opening result buffer
91
+ * execute a command without opening result buffer
92
92
* documentation added
93
93
94
94
0.2.0 (2016-12-20)~
0 commit comments