diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-09-22 15:12:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 06:12:06 -0700 |
commit | fb6f27e86f2ca2fbff88737251d9e26016a62081 (patch) | |
tree | f265d2030c1cbebe73d03cd95763af4e0be07eb3 /runtime/doc/eval.txt | |
parent | e8fb0728e220bb378a8689415c3915fe5912e987 (diff) | |
download | rneovim-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.txt | 2 |
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 ~ |