mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
viml: introduce menu_get() function #6322
menu_get({path}, {modes}). See :h menu_get.
This commit is contained in:

committed by
Justin M. Keyes

parent
e6d54407ba
commit
dc685387a3
@@ -1,4 +1,4 @@
|
||||
bit = require 'bit'
|
||||
local bit = require 'bit'
|
||||
|
||||
-- Description of the values below is contained in ex_cmds_defs.h file.
|
||||
local RANGE = 0x001
|
||||
|
Reference in New Issue
Block a user