Skip to content

Releases: kylechui/nvim-surround

v2.3.1

28 Nov 18:26
Compare
Choose a tag to compare

2.3.1 (2024-11-28)

Bug Fixes

  • Support multi-byte mappings for aliases. (d66b6a2)

v2.3.0

24 Jun 16:15
ec2dc76
Compare
Choose a tag to compare

2.3.0 (2024-06-24)

Features

  • config: Automatically wrap add key in a table. (#342) (00d591c)

v2.2.0

08 Jun 21:31
687ea2f
Compare
Choose a tag to compare

2.2.0 (2024-06-08)

Features

v2.1.11

06 Jun 23:07
6a8f0f1
Compare
Choose a tag to compare

2.1.11 (2024-06-06)

Bug Fixes

v2.1.10

30 May 19:30
f1f0699
Compare
Choose a tag to compare

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

29 May 16:08
03d3972
Compare
Choose a tag to compare

2.1.9 (2024-05-29)

Bug Fixes

  • Properly determine if $ is used in a block surround. (#328) (23f4966)

v2.1.8

16 May 20:51
79aaa42
Compare
Choose a tag to compare

2.1.8 (2024-05-16)

Bug Fixes

  • replace deprecated vim.tbl_islist by native Lua function (#323) (38973ca)

v2.1.7

30 Apr 19:46
6d0dc3d
Compare
Choose a tag to compare

2.1.7 (2024-04-30)

Bug Fixes

  • Handle multi-byte characters for change/delete. (#318) (f929665)

v2.1.6

11 Apr 03:54
a4e30d3
Compare
Choose a tag to compare

2.1.6 (2024-04-11)

Bug Fixes

  • Mark fields in user_option and user_surround as optional (#308) (f7bb9fc)

v2.1.5

27 Feb 19:26
d47001f
Compare
Choose a tag to compare

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)