summaryrefslogtreecommitdiff
path: root/runtime/doc/popup.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/popup.txt')
-rw-r--r--runtime/doc/popup.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt
index 8d3619acf..af51885e4 100644
--- a/runtime/doc/popup.txt
+++ b/runtime/doc/popup.txt
@@ -142,7 +142,7 @@ popup_notification({text}, {options}) *popup_notification()*
\ 'tab': -1,
\ 'zindex': 200,
\ 'highlight': 'WarningMsg',
- \ 'border: [],
+ \ 'border': [],
\ })
< Use {options} to change the properties.
@@ -339,7 +339,6 @@ The second argument of |popup_create()| is a dictionary with options:
zindex priority for the popup, default 50
time time in milliseconds after which the popup will close;
when omitted |popup_close()| must be used.
- {not implemented yet}
moved "cell": close the popup if the cursor moved at least
one screen cell; "word" allows for moving within
|<cword>|, "WORD" allows for moving within |<cWORD>|,