commit | c6896e20f8e7e8d9fe0fd1ad333aae1130d714e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 22:32:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 22:32:34 2019 +0200 |
tree | 4155d494ff12b6a2caf736f8f26e4edb826cb0c1 | |
parent | 402502d0e4019ca97330eff40b9fb13736304896 [diff] [blame] |
patch 8.1.1431: popup window listed as "Scratch" Problem: Popup window listed as "Scratch". Solution: List them as "Popup".
diff --git a/src/version.c b/src/version.c index 2f05cea..9b20fb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1431, +/**/ 1430, /**/ 1429,