Skip to content

Commit a5b07dc

Browse files
committed
Bump version to 1.1.0
1 parent cac8762 commit a5b07dc

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

autoload/executor.vim

+1-1
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: 1.0.0 (2017-10-08)
6+
" Version: 1.1.0 (2022-06-21)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

autoload/executor/async.vim

+1-1
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: 1.0.0 (2017-10-08)
6+
" Version: 1.1.0 (2022-06-21)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

autoload/executor/default.vim

+1-1
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: 1.0.0 (2017-10-08)
6+
" Version: 1.1.0 (2022-06-21)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

doc/executor.txt

+11-1
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: 1.0.0 (2017-10-08)
6+
Version: 1.1.0 (2022-06-21)
77
Licence: BSD-3-Clause (see vim-executor-license)
88

99
===============================================================================
@@ -80,15 +80,25 @@ Reuse buffer with results instead of opening a new one.
8080
===============================================================================
8181
CHANGELOG *vim-executor-changelog*
8282

83+
1.1.0 (2022-06-21)~
84+
85+
vim-buffr plugin version 2.0.0 required
86+
87+
Changes
88+
89+
* removed position option from command (use window split modes instead)
90+
8391
1.0.0 (2017-10-08)~
8492

8593
Changes
94+
8695
* execute a command without opening result buffer
8796
* documentation added
8897

8998
0.2.0 (2016-12-20)~
9099

91100
Changes
101+
92102
* async execution for vim version > 8.0 added
93103

94104
0.1.0 (2016-12-12)~

plugin/executor.vim

+1-1
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: 1.0.0 (2017-10-08)
6+
" Version: 1.1.0 (2022-06-21)
77
" Licence: BSD-3-Clause
88
" ===========================================================================
99

0 commit comments

Comments
 (0)