summaryrefslogtreecommitdiffstats
path: root/runtime/doc/tags
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-06-18 20:50:58 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-18 21:01:23 +0200
commitfbc37f138a5d70f1b212b9de9959a0816481edcf (patch)
tree17f8ace4a09dd5054c82e6f38491d3e2e0a7f0ca /runtime/doc/tags
parent23c5ebeb95cb942df307946e3ced230a7c8312eb (diff)
patch 9.1.0500: cannot switch buffer in a popupv9.1.0500
Problem: cannot switch buffer in a popup (Yggdroot) Solution: add popup_setbuf() function fixes: #15006 closes: #15026 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/tags')
-rw-r--r--runtime/doc/tags1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/tags b/runtime/doc/tags
index 56385a8442..ae8320520a 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -9433,6 +9433,7 @@ popup_menu() popup.txt /*popup_menu()*
popup_menu-shortcut-example popup.txt /*popup_menu-shortcut-example*
popup_move() popup.txt /*popup_move()*
popup_notification() popup.txt /*popup_notification()*
+popup_setbuf() popup.txt /*popup_setbuf()*
popup_setoptions() popup.txt /*popup_setoptions()*
popup_settext() popup.txt /*popup_settext()*
popup_show() popup.txt /*popup_show()*