summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-16 20:09:10 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-16 20:09:10 +0200
commiteb2310d47d83764a61d63cd5c2788870d7f6eddf (patch)
treeedbc9c2ba71757b15fd06e4b77f17b0c43e96514 /runtime
parenta730e55cc2d3045a79a340a5af1ad4a749058a32 (diff)
downloadvim-git-eb2310d47d83764a61d63cd5c2788870d7f6eddf.tar.gz
patch 8.1.1559: popup window title property not implemented yetv8.1.1559
Problem: Popup window title property not implemented yet. Solution: Implement the title property.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/popup.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt
index a6dab8b91..398c6cc29 100644
--- a/runtime/doc/popup.txt
+++ b/runtime/doc/popup.txt
@@ -112,7 +112,6 @@ TODO:
popup_setoptions({id}, {options})
hidden option
tabpage option with number
- title option
flip option
transparent text property
@@ -452,8 +451,8 @@ The second argument of |popup_create()| is a dictionary with options:
title Text to be displayed above the first item in the
popup, on top of any border. If there is no top
border one line of padding is added to put the title
- on.
- {not implemented yet}
+ on. You might want to add one or more spaces at the
+ start and end as padding.
wrap TRUE to make the lines wrap (default TRUE).
drag TRUE to allow the popup to be dragged with the mouse
by grabbing at at the border. Has no effect if the