mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00

The hexadecimal notation is a Luajit extension which is not compatible with Lua 5.1. While Lua 5.2 does support hexadecimal sequences, it is better to target Lua 5.1 for maximum compatibility with Luajit(which has fully compatible with 5.1 API/ABI).