From c6896e20f8e7e8d9fe0fd1ad333aae1130d714e1 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 30 May 2019 22:32:34 +0200 Subject: patch 8.1.1431: popup window listed as "Scratch" Problem: Popup window listed as "Scratch". Solution: List them as "Popup". --- 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 2f05cea8e..9b20fb75a 100644 --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1431, /**/ 1430, /**/ -- cgit v1.2.1