aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authorsmolck <46855713+smolck@users.noreply.github.com>2019-11-06 16:22:20 -0600
committersmolck <46855713+smolck@users.noreply.github.com>2019-11-15 20:00:13 -0600
commit4bd7881fce0c7183b97e7541b7a7ac872e08bbda (patch)
treef5a87ef857a5b1fc4bd43ac2f425fadc165a4994 /src/clint.py
parentf79369d4205fe2e812a5b8f3f96bf97a679690a4 (diff)
downloadrneovim-4bd7881fce0c7183b97e7541b7a7ac872e08bbda.tar.gz
rneovim-4bd7881fce0c7183b97e7541b7a7ac872e08bbda.tar.bz2
rneovim-4bd7881fce0c7183b97e7541b7a7ac872e08bbda.zip
[scripts/gen_vimdoc.py] Generate better-formatted mpack
Changes the generated msgpack result values in the runtime/doc/*.mpack files to be formatted like this (instead of being formatted like Vim help text): [ 'nvim_win_get_var': { 'signature': 'nvim_win_get_var({window}, {name}, {err})', 'parameters': [('Window', 'window'), ('String', 'name'), ('Error *', 'err')], 'parameters_doc': [{'window': 'Window handle, or 0 for current window', 'name': 'Variable name'}], 'doc': ['Gets a window-scoped (w:) variable'], 'return': ['Variable value'], 'seealso': [] } }, ... ]
Diffstat (limited to 'src/clint.py')
0 files changed, 0 insertions, 0 deletions