Skip to content

Releases: wassimk/scalpel.nvim

v0.3.0

05 Jun 21:23
a4f155a
Compare
Choose a tag to compare

Added

  • Support visual line mode for substituting within a whole line range in #3

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 May 12:41
507acdc
Compare
Choose a tag to compare

Added

  • Expose public substitute function for keymap customization and lazy loading

Full Changelog: v0.1.1...v0.2.0

v0.1.1

27 May 23:34
f45d1a7
Compare
Choose a tag to compare

Changed

  • Better error when using not supported visual selection mode

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 May 23:07
e76fa84
Compare
Choose a tag to compare

Added

  • Support visual mode for selecting substitution words

Full Changelog: v0.0.3...v0.1.0

v0.0.3

27 May 21:15
f4b37bd
Compare
Choose a tag to compare

Added

  • Set default pattern flags to gc and put the cursor in the replace position

Removed

  • Replace from cursor line down and wrap to top of buffer to finish

Full Changelog: v0.0.2...v0.0.3

v0.0.2

27 May 20:36
b938ac3
Compare
Choose a tag to compare

Added

  • Substitute from the current word down, then wrap to the top (has quirks, read the commits)

Full Changelog: v0.0.1...v0.0.2

v0.0.1

27 May 13:48
21936fb
Compare
Choose a tag to compare

Added

  • Initial release