commit | 7b29dd850752b975baef47b66c590f5e978ad847 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 13:22:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 13:22:11 2019 +0200 |
tree | c20ace7b741ac6c4e672c81ff749d4a24fd0f36f | |
parent | 9eaac896501bcd6abdd430a90293eae8101df24a [diff] [blame] |
patch 8.1.1447: not allowed to create an empty popup Problem: Not allowed to create an empty popup. Solution: Remove restriction that there is some text. (closes #4470)
diff --git a/src/version.c b/src/version.c index 597fb90..9f316c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1447, +/**/ 1446, /**/ 1445,