mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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.