Files
neovim/src/nvim/api
Famiu Haque 9988d2f214 feat(nvim_create_user_command): pass structured modifiers to commands
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.
2022-05-29 10:52:30 +06:00
..
2022-02-27 22:04:55 +01:00
2022-05-03 22:26:02 +08:00