summaryrefslogtreecommitdiffstats
path: root/src/version.c
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 /src/version.c
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 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2d83fe6555..0e2e3ba469 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 500,
+/**/
499,
/**/
498,