Releases: lucerion/vim-extract
Releases · lucerion/vim-extract
1.1.0
vim-buffr plugin version 2.0.0 required
Changes
- removed position option from command (use window split modes instead)
1.0.0
Changes
- option
g:extract_name
renamed to g:extract_buffer_name
- clear buffer before insert if command called with
!
- restore buffer content if buffer closed without saving
0.4.0
Changes
- extract selection without opening a buffer option added
0.3.0
Changes
- position and buffer name arguments added to the command
- a range for the command added
- buffr#open_or_create arguments changed to a dictionary
- VExtract command renamed to Extr
- g:extract_position option removed
0.2.0
Changes
- buffr#open function name changed to buffr#open_or_create
- Extract command renamed to VExtract (vim-rails plugin conflict)