aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index b073c6b97c..020427c66f 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1553,6 +1553,19 @@ v:event Dictionary of event data for the current |autocommand|. Valid
operation.
regtype Type of register as returned by
|getregtype()|.
+ completed_item Current selected complete item on
+ |MenuPopupChanged|, Is `{}` when no complete
+ item selected.
+ height Height of popup menu on |MenuPopupChanged|
+ width width of popup menu on |MenuPopupChanged|
+ row Row count of popup menu on |MenuPopupChanged|,
+ relative to screen.
+ col Col count of popup menu on |MenuPopupChanged|,
+ relative to screen.
+ size Total number of completion items on
+ |MenuPopupChanged|.
+ scrollbar Is |v:true| if popup menu have scrollbar, or
+ |v:false| if not.
*v:exception* *exception-variable*
v:exception The value of the exception most recently caught and not