diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-07-21 16:30:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 16:30:05 +0800 |
commit | ca9f4a7cb1fea1ef1f22c011679fd8afa0a5d161 (patch) | |
tree | 1e8f5bcc01c2c2a4221a9cd5cf314a6a2b18565f /scripts/gen_help_html.lua | |
parent | 58f94861442d182e153ba56b63b5b9845b295d2f (diff) | |
download | rneovim-ca9f4a7cb1fea1ef1f22c011679fd8afa0a5d161.tar.gz rneovim-ca9f4a7cb1fea1ef1f22c011679fd8afa0a5d161.tar.bz2 rneovim-ca9f4a7cb1fea1ef1f22c011679fd8afa0a5d161.zip |
docs: also change "vimL" and "viml" to "Vimscript" (#24414)
Diffstat (limited to 'scripts/gen_help_html.lua')
-rw-r--r-- | scripts/gen_help_html.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index 1b997a5614..5e06830336 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -34,6 +34,8 @@ local spell_dict = { neovim = 'Nvim', lua = 'Lua', VimL = 'Vimscript', + vimL = 'Vimscript', + viml = 'Vimscript', } local language = nil |