kylechui / nvim-surround

Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua.
MIT License
3.09k stars 61 forks source link

refactor!: Abstract text-objects code into separate file. #117

Closed kylechui closed 2 years ago

kylechui commented 2 years ago

Breaking Changes

Surround actions that involve opening delimiters like cs<> have slightly different behavior; it will remove a space character if only one side has it, e.g. cs<> on

< hello world>

will yield

<hello world>