mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 11:38:31 +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.