commit | 35a4fbc5d04820d9b08e7da2e295a7e8210e2e2c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 14:39:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 14:39:53 2022 +0100 |
tree | 905bb72938a493a8644f4bf1d52a05d1990f87c1 | |
parent | 00d4ceeccafb36f1337d133489b3651c11e78c30 [diff] [blame] |
patch 9.0.0296: message in popup is shortened unnecessary Problem: Message in popup is shortened unnecessary. Solution: Do not use 'showcmd' and 'ruler' for a message in the popup. Set the timer when unhiding the message popup.
diff --git a/src/version.c b/src/version.c index 280fcff..ed4dbca 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 296, +/**/ 295, /**/ 294,