diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-12-19 18:17:43 -0800 | 
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-21 20:36:00 -0800 | 
| commit | 4657819e80e3493564c0dd7cf16864aa9bf73c69 (patch) | |
| tree | e6dffcc28fd67d63d49a1f2faeb1194fb65d1679 /runtime/syntax/verilogams.vim | |
| parent | f968dad3bff5dd4e0d8d797b561fcb2c76553a1c (diff) | |
| download | rneovim-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/syntax/verilogams.vim')
0 files changed, 0 insertions, 0 deletions
