From fbc37f138a5d70f1b212b9de9959a0816481edcf Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Tue, 18 Jun 2024 20:50:58 +0200 Subject: patch 9.1.0500: cannot switch buffer in a popup Problem: cannot switch buffer in a popup (Yggdroot) Solution: add popup_setbuf() function fixes: #15006 closes: #15026 Signed-off-by: Christian Brabandt --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 2d83fe6555..0e2e3ba469 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 500, /**/ 499, /**/ -- cgit v1.2.3