Skip to content

Releases: lucerion/vim-extract

1.1.0

21 Jun 21:04
Compare
Choose a tag to compare

vim-buffr plugin version 2.0.0 required

Changes

  • removed position option from command (use window split modes instead)

1.0.0

03 Sep 16:11
Compare
Choose a tag to compare

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

18 Sep 22:18
Compare
Choose a tag to compare

Changes

  • extract selection without opening a buffer option added

0.3.0

27 Mar 15:07
Compare
Choose a tag to compare

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

05 Feb 18:11
Compare
Choose a tag to compare

Changes

  • buffr#open function name changed to buffr#open_or_create
  • Extract command renamed to VExtract (vim-rails plugin conflict)

0.1.0

06 Dec 12:43
Compare
Choose a tag to compare

First release