neovim/scripts
Justin M. Keyes 4657819e80 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": {
          ...
        }
      }
    ]
2019-12-21 20:36:00 -08:00
..
check_urls.vim
check-includes.py py: flake8 fixes 2019-07-29 22:14:23 +02:00
download-unicode-files.sh
finddeclarations.pl
gen_help_html.py py: flake8 fixes 2019-07-29 22:14:23 +02:00
gen_vimdoc.py gen_vimdoc.py: mpack: collect functions in 1 dict 2019-12-21 20:36:00 -08:00
genappimage.sh genappimage.sh: migrate to linuxdeploy #10027 2019-05-18 20:38:19 +02:00
genvimvim.lua
git-log-pretty-since.sh
legacy2luatest.pl
lua2dox_filter gen_vimdoc.py: get Lua docs via lua2dox.lua #9740 2019-05-18 22:01:14 +02:00
lua2dox.lua scripts/lua2dox.lua: Remove class declaration block 2019-10-27 11:58:28 +09:00
movedocs.pl
pvscheck.sh pvscheck.sh: Remove --verbose flag #10473 2019-07-12 11:36:19 +02:00
release.sh release.sh [ci skip] 2019-09-15 23:08:40 -07:00
shadacat.py Merge #11319 'inccommand: fix issues with modifiers and prompting' 2019-11-05 17:34:21 -08:00
stripdecls.py scripts: autopep8 2019-07-29 22:14:23 +02:00
update_terminfo.sh
update_version_stamp.lua update_version_stamp.lua: Use NUL on Windows #11323 2019-11-02 04:54:59 +09:00
vim-patch.sh scripts/vim-patch.sh: lazily update Vim source (#11207) 2019-10-16 15:44:38 +02:00
vimpatch.lua
windows.ti win/TUI: fix text overrides line numbers #9474 2019-01-09 10:40:02 +01:00