Skip to content

Releases: kylechui/nvim-surround

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)

v2.1.4

04 Dec 18:16
703ec63
Compare
Choose a tag to compare

2.1.4 (2023-12-04)

Bug Fixes

v2.1.3

13 Nov 18:55
18016d6
Compare
Choose a tag to compare

2.1.3 (2023-11-13)

Bug Fixes

v2.1.2

22 Oct 23:33
4f0e1f4
Compare
Choose a tag to compare

2.1.2 (2023-10-22)

Bug Fixes

v2.1.1

05 Aug 20:39
0d68826
Compare
Choose a tag to compare

2.1.1 (2023-08-05)

Bug Fixes

  • Respect move_cursor = false when dot-repeating. (#254) (ec6a721)

v2.1.0

29 May 18:38
211eaad
Compare
Choose a tag to compare

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

02 Apr 21:08
e604712
Compare
Choose a tag to compare

2.0.5 (2023-04-02)

Bug Fixes

  • Don't re-indent single-line surrounds. (2fca63c)

v2.0.4

28 Mar 05:43
50f6678
Compare
Choose a tag to compare

2.0.4 (2023-03-28)

Bug Fixes

  • Whitespace handling when delimiters are on own line. (#226) (808fc7d)