commit | 3ff5f0f05d437a6b3eaf3caa5dc2762b49314617 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 10 13:11:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 10 13:11:22 2019 +0200 |
tree | 8ea013e3bb1441b897d232b0139b711d5612d6f0 | |
parent | 38ea784fecf7921dca83ddc75fe9cb40708521b2 [diff] [blame] |
patch 8.1.1513: all popup functionality is in functions, except :popupclear Problem: All popup functionality is in functions, except :popupclear. Solution: Add popup_clear() for consistency. Also rename sound_stopall() to sound_clear().
diff --git a/src/version.c b/src/version.c index 3b434a3..76b874e 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1513, +/**/ 1512, /**/ 1511,