aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_vimdoc.py
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-06-23 12:16:55 +0200
committerJustin M. Keyes <justinkz@gmail.com>2023-06-25 17:25:47 +0200
commit49a7585981cdf7403e76a614558e602a98e64301 (patch)
treeec96c69f44cf0588e5a409fd9aea31662ad5abbe /scripts/gen_vimdoc.py
parent036da0d07921e67090d1a62c9a4e382ca09d8584 (diff)
downloadrneovim-49a7585981cdf7403e76a614558e602a98e64301.tar.gz
rneovim-49a7585981cdf7403e76a614558e602a98e64301.tar.bz2
rneovim-49a7585981cdf7403e76a614558e602a98e64301.zip
docs: autocmds, misc
Diffstat (limited to 'scripts/gen_vimdoc.py')
-rwxr-xr-xscripts/gen_vimdoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_vimdoc.py b/scripts/gen_vimdoc.py
index b40f8526ea..96db0d1aad 100755
--- a/scripts/gen_vimdoc.py
+++ b/scripts/gen_vimdoc.py
@@ -2,7 +2,7 @@
"""Generates Nvim :help docs from C/Lua docstrings, using Doxygen.
Also generates *.mpack files. To inspect the *.mpack structure:
- :new | put=v:lua.vim.inspect(v:lua.vim.mpack.unpack(readfile('runtime/doc/api.mpack','B')))
+ :new | put=v:lua.vim.inspect(v:lua.vim.mpack.decode(readfile('runtime/doc/api.mpack','B')))
Flow:
main