Skip to content

Commit 09fc0e4

Browse files
committed
Bump version
1 parent 2faa1d0 commit 09fc0e4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

autoload/extract.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: Extract selection to a new buffer
33
" Author: Alexander Skachko <alexander.skachko@gmail.com>
44
" Homepage: https://github.com/lucerion/vim-extract
5-
" Version: 0.1
5+
" Version: 0.2
66
" Licence: MIT
77
" ==============================================================
88

doc/vim-extract.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Author: Alexander Skachko <alexander.skachko@gmail.com>
44
Homepage: https://github.com/lucerion/vim-extract
5-
Version: 0.1
5+
Version: 0.2
66
Licence: MIT
77

88
===============================================================================
@@ -81,6 +81,10 @@ Default: 1
8181
===============================================================================
8282
CHANGELOG *vim-extract-changelog*
8383

84+
0.2.0
85+
Fixes
86+
Change buffr#open to buffr#open_or_create
87+
Rename Extract to VExtract command (vim-rails plugin conflict)
8488
0.1.0 (2015-12-06)
8589
First release
8690

plugin/extract.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: Extract selection to a new buffer
33
" Author: Alexander Skachko <alexander.skachko@gmail.com>
44
" Homepage: https://github.com/lucerion/vim-extract
5-
" Version: 0.1
5+
" Version: 0.2
66
" Licence: MIT
77
" ==============================================================
88

0 commit comments

Comments
 (0)