aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Lopez <graulopezjavier@gmail.com>2021-08-07 18:23:12 -0500
committerJavier López <graulopezjavier@gmail.com>2021-08-09 09:16:56 -0500
commit4667bfb7329c8a88135f531bc53077cb93b47421 (patch)
treed9de9c67fede425c8b903a09c6b0fe4383099934
parent35041432bff6812126e1cc04d30d35a5c9117537 (diff)
downloadrneovim-4667bfb7329c8a88135f531bc53077cb93b47421.tar.gz
rneovim-4667bfb7329c8a88135f531bc53077cb93b47421.tar.bz2
rneovim-4667bfb7329c8a88135f531bc53077cb93b47421.zip
docs(help.txt): add a tag to the neovim api
-rw-r--r--runtime/doc/help.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt
index 8b096ff28b..fa7e8991bf 100644
--- a/runtime/doc/help.txt
+++ b/runtime/doc/help.txt
@@ -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