commit | 68d48f40a4da79547b53e3164b658812e154d411 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 22:42:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 22:42:41 2019 +0200 |
tree | f105df9cab26c0ecb688974635a6bd4fc978e7be | |
parent | 7c7f01e2b260c75d9996ca9ab621119eafe13a63 [diff] [blame] |
patch 8.1.1522: poup_notification() not implemented yet Problem: Popup_notification() not implemented yet. Solution: Implement it.
diff --git a/src/version.c b/src/version.c index 28877cb..9c4d068 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1522, +/**/ 1521, /**/ 1520,