diff options
author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-11-18 12:29:25 -0500 |
---|---|---|
committer | Gregory Anders <greg@gpanders.com> | 2021-11-18 11:30:09 -0700 |
commit | 0746f0021f688071a29bc221faf553d7d210cee4 (patch) | |
tree | f16019ebec07107ff11a7fc3866a2dfab32c5da1 /scripts/gen_vimdoc.py | |
parent | f940e7a5b9919a0494fbd07e39856bd01dfbf840 (diff) | |
download | rneovim-0746f0021f688071a29bc221faf553d7d210cee4.tar.gz rneovim-0746f0021f688071a29bc221faf553d7d210cee4.tar.bz2 rneovim-0746f0021f688071a29bc221faf553d7d210cee4.zip |
fix(docgen): add tagfunc.lua
Diffstat (limited to 'scripts/gen_vimdoc.py')
-rwxr-xr-x | scripts/gen_vimdoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_vimdoc.py b/scripts/gen_vimdoc.py index 2d2d46d1bd..89fc14121e 100755 --- a/scripts/gen_vimdoc.py +++ b/scripts/gen_vimdoc.py @@ -162,6 +162,7 @@ CONFIG = { 'buf.lua', 'diagnostic.lua', 'codelens.lua', + 'tagfunc.lua', 'handlers.lua', 'util.lua', 'log.lua', |