aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2021-09-22 15:12:06 +0200
committerGitHub <noreply@github.com>2021-09-22 06:12:06 -0700
commitfb6f27e86f2ca2fbff88737251d9e26016a62081 (patch)
treef265d2030c1cbebe73d03cd95763af4e0be07eb3 /runtime/doc/eval.txt
parente8fb0728e220bb378a8689415c3915fe5912e987 (diff)
downloadrneovim-fb6f27e86f2ca2fbff88737251d9e26016a62081.tar.gz
rneovim-fb6f27e86f2ca2fbff88737251d9e26016a62081.tar.bz2
rneovim-fb6f27e86f2ca2fbff88737251d9e26016a62081.zip
vim-patch:34cc7d8c034f #15753
Update runtime files https://github.com/vim/vim/commit/34cc7d8c034f2bc5b57455577051db8d72e2b87c
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index b3d5f4d7e9..14e240783d 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -586,7 +586,7 @@ It is not necessary to use the "dict" attribute for a numbered function.
If you get an error for a numbered function, you can find out what it is with
a trick. Assuming the function is 42, the command is: >
- :function {42}
+ :function g:42
Functions for Dictionaries ~