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

Cancelling changing function name results in null #159

Closed koengommers closed 1 year ago

koengommers commented 1 year ago

Checklist

To reproduce

Press Esc in the prompt after doing csf. Occurs in at least Lua and Typescript.

Expected behavior

Leave the function name as it was

Actual behavior

Replaces function name with 'null'

Additional context

No response

kylechui commented 1 year ago

Please update to Neovim version 0.8, see #150