1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-06-15 18:20:38 +02:00
parent b46fecd345
commit 45aa07d3c1
2 changed files with 7 additions and 2 deletions

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1545,
/**/
1544,
/**/