Releases: kylechui/nvim-surround
Releases · kylechui/nvim-surround
v2.1.5
2.1.5 (2024-02-27)
Bug Fixes
- Add bang to the
g@
normal command. (#297) (0c02c52)
- dot-repeat: Clear dot-repeat after indentation (#306) (8f2af76)
- Visual selection highlight disappearing. (#312) (a72a97c)
v2.1.4
2.1.4 (2023-12-04)
Bug Fixes
v2.1.3
2.1.3 (2023-11-13)
Bug Fixes
v2.1.2
2.1.2 (2023-10-22)
Bug Fixes
v2.1.1
2.1.1 (2023-08-05)
Bug Fixes
- Respect
move_cursor = false
when dot-repeating. (#254) (ec6a721)
v2.1.0
2.1.0 (2023-05-28)
Features
- Implement
change_line
mapping. (ff9c981)
Bug Fixes
- buffer:
set_mark
should check for validity of input. (841f83f)
v2.0.5
2.0.5 (2023-04-02)
Bug Fixes
- Don't re-indent single-line surrounds. (2fca63c)
v2.0.4
2.0.4 (2023-03-28)
Bug Fixes
- Whitespace handling when delimiters are on own line. (#226) (808fc7d)
v2.0.3
2.0.3 (2023-03-27)
Bug Fixes
- Restore window view after finding nearest selections. (#227) (97f7309)
v2.0.2
2.0.2 (2023-03-27)
Bug Fixes