aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/shared.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-12-19 18:17:43 -0800
committerJustin M. Keyes <justinkz@gmail.com>2019-12-21 20:36:00 -0800
commit4657819e80e3493564c0dd7cf16864aa9bf73c69 (patch)
treee6dffcc28fd67d63d49a1f2faeb1194fb65d1679 /runtime/lua/vim/shared.lua
parentf968dad3bff5dd4e0d8d797b561fcb2c76553a1c (diff)
downloadrneovim-4657819e80e3493564c0dd7cf16864aa9bf73c69.tar.gz
rneovim-4657819e80e3493564c0dd7cf16864aa9bf73c69.tar.bz2
rneovim-4657819e80e3493564c0dd7cf16864aa9bf73c69.zip
gen_vimdoc.py: mpack: collect functions in 1 dict
All Nvim API, core Vimscript, and core Lua functions are globally unique, so there is no need for per-module nested dicts. BEFORE (generated mpack structure): [ { "buffer.c": { "nvim__buf_stats": { ... }, ... }, "window.c": { "nvim_win_close": { ... }, ... }, ... } ] AFTER (generated mpack structure): [ { "nvim__buf_stats": { ... }, "nvim_buf_attach": { ... }, "nvim_tabpage_set_var": { ... }, "nvim_ui_attach": { ... }, "nvim_win_close": { ... } } ]
Diffstat (limited to 'runtime/lua/vim/shared.lua')
0 files changed, 0 insertions, 0 deletions