Releases: kylechui/nvim-surround
Releases · kylechui/nvim-surround
v2.3.1
2.3.1 (2024-11-28)
Bug Fixes
- Support multi-byte mappings for aliases. (d66b6a2)
v2.3.0
2.3.0 (2024-06-24)
Features
- config: Automatically wrap
add
key in a table. (#342) (00d591c)
v2.2.0
2.2.0 (2024-06-08)
Features
v2.1.10
2.1.10 (2024-05-30)
Bug Fixes
- Default delete should work if
find
key is sane. (#331) (6d2be37)
- Don't translate termcodes twice on input (#326) (de828d6)
- Typo in help docs. (fa5b365)
v2.1.9
2.1.9 (2024-05-29)
Bug Fixes
- Properly determine if
$
is used in a block surround. (#328) (23f4966)
v2.1.8
2.1.8 (2024-05-16)
Bug Fixes
- replace deprecated
vim.tbl_islist
by native Lua function (#323) (38973ca)
v2.1.7
2.1.7 (2024-04-30)
Bug Fixes
- Handle multi-byte characters for change/delete. (#318) (f929665)
v2.1.6
2.1.6 (2024-04-11)
Bug Fixes
- Mark fields in user_option and user_surround as optional (#308) (f7bb9fc)
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)