From 4667bfb7329c8a88135f531bc53077cb93b47421 Mon Sep 17 00:00:00 2001 From: Javier Lopez Date: Sat, 7 Aug 2021 18:23:12 -0500 Subject: [PATCH] docs(help.txt): add a tag to the neovim api --- runtime/doc/help.txt | 1 + 1 file changed, 1 insertion(+) 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