vim popup window 初学
popup window
popup_clear()
清空所有的popup窗口
popup_create(content,{attribute})
content
要显示的内容,当内容为字符串时,为单一字符串,当内容为字符串数组时,为多行字符串
attribute
窗口的属性
在{}前加上#的话,里面的属性就不需要加引号了
close
为”button”时,右上角显示X,只会显示在边框、填充、文本之上
为“click”时,点一下窗口就能关闭,然而好像是st的缘故,并不会被关闭
border
边框显示,非0为显示,0为隐藏[上,右,下,左]
borderchars
边框字符,[上,右,下,左,(左上,右上,右下,左下)]
time
消失倒计时,单位为ms