aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_vimdoc.py
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-11-17 19:06:59 -0800
committerGitHub <noreply@github.com>2019-11-17 19:06:59 -0800
commitaf53a0c0123338575dd59934449d7fe836835d1c (patch)
tree7dfa851854bf8d90393ab9d9cfbf565517699fcb /scripts/gen_vimdoc.py
parent54402d6b8fed8f29e094079a87ea97a64556378b (diff)
downloadrneovim-af53a0c0123338575dd59934449d7fe836835d1c.tar.gz
rneovim-af53a0c0123338575dd59934449d7fe836835d1c.tar.bz2
rneovim-af53a0c0123338575dd59934449d7fe836835d1c.zip
doc: Lua [ci skip] #11378
- Rework :help lua-commands - Rename if_lua.txt => lua.txt
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 8d0cf54828..4d71d5e15e 100755
--- a/scripts/gen_vimdoc.py
+++ b/scripts/gen_vimdoc.py
@@ -85,7 +85,7 @@ CONFIG = {
'append_only': [],
},
'lua': {
- 'filename': 'if_lua.txt',
+ 'filename': 'lua.txt',
'section_start_token': '*lua-vim*',
'section_order': [
'vim.lua',