aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_vimdoc.py
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-11-18 12:29:25 -0500
committerGregory Anders <greg@gpanders.com>2021-11-18 11:30:09 -0700
commit0746f0021f688071a29bc221faf553d7d210cee4 (patch)
treef16019ebec07107ff11a7fc3866a2dfab32c5da1 /scripts/gen_vimdoc.py
parentf940e7a5b9919a0494fbd07e39856bd01dfbf840 (diff)
downloadrneovim-0746f0021f688071a29bc221faf553d7d210cee4.tar.gz
rneovim-0746f0021f688071a29bc221faf553d7d210cee4.tar.bz2
rneovim-0746f0021f688071a29bc221faf553d7d210cee4.zip
fix(docgen): add tagfunc.lua
Diffstat (limited to 'scripts/gen_vimdoc.py')
-rwxr-xr-xscripts/gen_vimdoc.py1
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',