aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/help.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-09-06 08:57:53 +0200
committerGitHub <noreply@github.com>2022-09-06 08:57:53 +0200
commit4bf005e9fdfb57397475b2663a3651faa83886ff (patch)
tree2b690743460445cdfdcc215c0866ce2275e82290 /runtime/doc/help.txt
parent5b7213ad7fdac47345b7d9d9a008db23eed4d17c (diff)
downloadrneovim-4bf005e9fdfb57397475b2663a3651faa83886ff.tar.gz
rneovim-4bf005e9fdfb57397475b2663a3651faa83886ff.tar.bz2
rneovim-4bf005e9fdfb57397475b2663a3651faa83886ff.zip
vim-patch:partial 0daafaa7d99e (#20083)
Update runtime files https://github.com/vim/vim/commit/0daafaa7d99ef500f76b1b12f5fe8153e2fcaea0 skip vim9script ftplugin create userfunc.txt from Neovim content (skip section 3, needs 9.0.0379)
Diffstat (limited to 'runtime/doc/help.txt')
-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 04e31e0680..34213f7512 100644
--- a/runtime/doc/help.txt
+++ b/runtime/doc/help.txt
@@ -131,6 +131,7 @@ Advanced editing ~
|autocmd.txt| automatically executing commands on an event
|eval.txt| expression evaluation, conditional commands
|builtin.txt| builtin functions
+|userfunc.txt| defining user functions
|fold.txt| hide (fold) ranges of lines
|lua.txt| Lua API
|api.txt| Nvim API via RPC, Lua and VimL