Releases: willothy/moveline.nvim
Releases · willothy/moveline.nvim
Moveline v0.3.1
What's Changed
- Fixes for #2
- Moving a line past the start/end of a buffer using a count will now move the first/last line of the buffer instead of causing an error.
Full Changelog: v0.3.0...v0.3.1
Moveline v0.3.0
What's Changed
Full Changelog: v0.2.0...v0.3.0
Moveline v0.2.0
- Moveline functions now accept counts! Type a number before your move key bind and the selected line will be moved that many lines up or down.
- Updated indenting to use
v=
, it was more reliable than calculating indents
Full Changelog: v0.1.0...v0.2.0
Moveline v0.1.0
Initial release!