mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 17:12:40 +00:00
Adds an `smods` key to `nvim_create_user_command` Lua command callbacks, which has command modifiers but in a structured format. This removes the need to manually parse command modifiers. It also reduces friction in using `nvim_cmd` inside a Lua command callback.