commit | 45aa07d3c126e887c614f8a4ebdb88aed673a9f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 18:20:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 18:20:38 2019 +0200 |
tree | c245e4a8c80872621b0dcc83c17aab9da55b3056 | |
parent | b46fecd3454399f8ebdc5055302e4bfc5a10f98b [diff] [blame] |
patch 8.1.1545: when the screen is to small there is no message about that Problem: When the screen is to small there is no message about that. (Daniel Hahler) Solution: Do not use :cquit. (closes #4534)
diff --git a/src/version.c b/src/version.c index e4ef380..51101f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1545, +/**/ 1544, /**/ 1543,