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

Compatibility issue with Lua5.1 #169

Closed shurizzle closed 1 year ago

shurizzle commented 1 year ago

Neovim on ARM is shipped with Lua5.1 instead of LuaJIT so this patch fix invalid binary number notation.

(related https://github.com/neovim/neovim/issues/19837)