mirror of
https://github.com/neovim/neovim.git
synced 2026-01-30 08:34:30 +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.