kylechui / nvim-surround

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

Broken `dsf` on Neovim nightly #171

Closed kylechui closed 1 year ago

kylechui commented 1 year ago

Checklist

To reproduce

Note: Requires Neovim nightly 0.9 to reproduce.

If you run dsf on a >2 line function, then it will crash the plugin. It is currently causing the automated tests to fail.

Expected behavior

No response

Actual behavior

No response

Additional context

This is probably caused by this issue.