diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-11-17 19:06:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-17 19:06:59 -0800 |
commit | af53a0c0123338575dd59934449d7fe836835d1c (patch) | |
tree | 7dfa851854bf8d90393ab9d9cfbf565517699fcb /scripts/gen_vimdoc.py | |
parent | 54402d6b8fed8f29e094079a87ea97a64556378b (diff) | |
download | rneovim-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-x | scripts/gen_vimdoc.py | 2 |
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', |