aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-11-16 22:36:32 +0100
committerGitHub <noreply@github.com>2019-11-16 22:36:32 +0100
commitd3ef88db63d8b060bc6eb4dc4dbccb48cfbfaf40 (patch)
treefc4b953a812ef87ecc48af91ba6485291f5f2a4f /runtime/doc/eval.txt
parent18096631b160e136a07cc56bf29fe6a82d277fd5 (diff)
parentdab40f43b18d35b283804ecb033310198cbf7548 (diff)
downloadrneovim-d3ef88db63d8b060bc6eb4dc4dbccb48cfbfaf40.tar.gz
rneovim-d3ef88db63d8b060bc6eb4dc4dbccb48cfbfaf40.tar.bz2
rneovim-d3ef88db63d8b060bc6eb4dc4dbccb48cfbfaf40.zip
Merge pull request #11338 from bfredl/vvlua
v:lua and better error messages for vimL->lua
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 1eb873a5b4..79bf81dc0e 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1737,6 +1737,10 @@ v:lnum Line number for the 'foldexpr' |fold-expr|, 'formatexpr' and
expressions is being evaluated. Read-only when in the
|sandbox|.
+ *v:lua* *lua-variable*
+v:lua Prefix for calling lua functions from expressions.
+ See |v:lua-call| for more information.
+
*v:mouse_win* *mouse_win-variable*
v:mouse_win Window number for a mouse click obtained with |getchar()|.
First window has number 1, like with |winnr()|. The value is