diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-30 22:32:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-30 22:32:34 +0200 |
commit | c6896e20f8e7e8d9fe0fd1ad333aae1130d714e1 (patch) | |
tree | 4155d494ff12b6a2caf736f8f26e4edb826cb0c1 /src/version.c | |
parent | 402502d0e4019ca97330eff40b9fb13736304896 (diff) | |
download | vim-git-8.1.1431.tar.gz |
patch 8.1.1431: popup window listed as "Scratch"v8.1.1431
Problem: Popup window listed as "Scratch".
Solution: List them as "Popup".
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 2f05cea8e..9b20fb75a 100644 --- a/src/version.c +++ b/src/version.c @@ -768,6 +768,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1431, +/**/ 1430, /**/ 1429, |