commit | dfa97f2aed3d8ca195d09e2ce91cef227f933961 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 14:31:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 14:31:55 2019 +0200 |
tree | 70f9b28605732f10aef417ac5293a0f98dae4996 | |
parent | fc06cbbf8601a453b4a62a17558821add09f863f [diff] [blame] |
patch 8.1.1538: cannot specify highlighting for notifications Problem: Cannot specify highlighting for notifications. Solution: Use the PopupNotification group if it exists. Add a minimal width to notifications.
diff --git a/src/version.c b/src/version.c index f36b986..4a6fb00 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1538, +/**/ 1537, /**/ 1536,