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 /runtime/doc/help.txt | |
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 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index 284cd26583..6090fa96bb 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -129,6 +129,7 @@ Advanced editing ~ |autocmd.txt| automatically executing commands on an event |eval.txt| expression evaluation, conditional commands |fold.txt| hide (fold) ranges of lines +|lua.txt| Lua API Special issues ~ |print.txt| printing @@ -157,7 +158,6 @@ GUI ~ Interfaces ~ |if_cscop.txt| using Cscope with Vim -|if_lua.txt| Lua interface |if_pyth.txt| Python interface |if_ruby.txt| Ruby interface |sign.txt| debugging signs |