docs(help.txt): add a tag to the neovim api

This commit is contained in:
Javier Lopez 2021-08-07 18:23:12 -05:00 committed by Javier López
parent 35041432bf
commit 4667bfb732

View File

@ -130,6 +130,7 @@ Advanced editing ~
|eval.txt| expression evaluation, conditional commands
|fold.txt| hide (fold) ranges of lines
|lua.txt| Lua API
|api.txt| Nvim API via RPC, Lua and VimL
Special issues ~
|testing.txt| testing Vim and Vim scripts