Skip to content

Commit 919151f

Browse files
committed
Bump version to 1.0.0
1 parent cdcb8dc commit 919151f

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

autoload/executor.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" to a new buffer
44
" Author: Alexander Skachko <[email protected]>
55
" Homepage: https://github.com/lucerion/vim-executor
6-
" Version: 0.2.0 (2016-12-20)
6+
" Version: 1.0.0 (2017-10-08)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

autoload/executor/async.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" to a new buffer
44
" Author: Alexander Skachko <[email protected]>
55
" Homepage: https://github.com/lucerion/vim-executor
6-
" Version: 0.2.0 (2016-12-20)
6+
" Version: 1.0.0 (2017-10-08)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

autoload/executor/default.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" to a new buffer
44
" Author: Alexander Skachko <[email protected]>
55
" Homepage: https://github.com/lucerion/vim-executor
6-
" Version: 0.2.0 (2016-12-20)
6+
" Version: 1.0.0 (2017-10-08)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

doc/executor.txt

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Author: Alexander Skachko <[email protected]>
55
Homepage: https://github.com/lucerion/vim-executor
6-
Version: 0.2.0 (2016-12-20)
6+
Version: 1.0.0 (2017-10-08)
77
Licence: BSD-3-Clause (see vim-executor-license)
88

99
===============================================================================
@@ -60,31 +60,37 @@ OPTIONS *vim-executor-options*
6060

6161
Result buffer position.
6262

63-
Positions: 'top', 'bottom', 'left', 'right', 'tab'
64-
Default: 'bottom'
63+
Possible values: 'top', 'bottom', 'left', 'right', 'tab'
64+
Default value: 'bottom'
6565

6666
*g:executor_buffer_name*
6767

6868
A pattern for a buffer name. {command} will be replaced with executed command,
6969
{filename} with current file name.
7070

71-
Default: '{command}'
71+
Default value: '{command}'
7272

7373
*g:executor_reuse_buffer*
7474

7575
Reuse buffer with results instead of opening new one.
7676

77-
Default: 0
77+
Default value: 0
7878

7979
*g:executor_exec_async*
8080

8181
Enable/disable async command execution (only for vim version > 8.0).
8282

83-
Default: 1
83+
Default value: 1
8484

8585
===============================================================================
8686
CHANGELOG *vim-executor-changelog*
8787

88+
1.0.0 (2017-10-08)~
89+
90+
Changes
91+
* execute command without opening result buffer
92+
* documentation added
93+
8894
0.2.0 (2016-12-20)~
8995

9096
Changes

plugin/executor.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" to a new buffer
44
" Author: Alexander Skachko <[email protected]>
55
" Homepage: https://github.com/lucerion/vim-executor
6-
" Version: 0.2.0 (2016-12-20)
6+
" Version: 1.0.0 (2017-10-08)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

0 commit comments

Comments
 (0)