diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-12-19 16:52:37 -0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-21 20:36:00 -0800 |
commit | 481da1ce4060fd3045ac6553cef69f4fa4f9829d (patch) | |
tree | 25b1de40da4e9ec8270f469ee121dd9e2a7af193 /src/clint.py | |
parent | 01adb81c55c16491372842001f58d810ea2524c2 (diff) | |
download | rneovim-481da1ce4060fd3045ac6553cef69f4fa4f9829d.tar.gz rneovim-481da1ce4060fd3045ac6553cef69f4fa4f9829d.tar.bz2 rneovim-481da1ce4060fd3045ac6553cef69f4fa4f9829d.zip |
gen_vimdoc.py: fix mpack generator
- make parameters_doc a dict intead of a list
BEFORE:
"parameters_doc": [
{
"buffer": "Buffer handle, or 0 for current buffer"
}
],
AFTER:
"parameters_doc": {
"buffer": "Buffer handle, or 0 for current buffer"
},
- make "return", "seealso", lists instead of strings
Diffstat (limited to 'src/clint.py')
0 files changed, 0 insertions, 0 deletions