comparison src/version.c @ 17091:d30d399139ab v8.1.1545

patch 8.1.1545: when the screen is to small there is no message about that commit https://github.com/vim/vim/commit/45aa07d3c126e887c614f8a4ebdb88aed673a9f1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 15 18:20:38 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 18:30:07 +0200
parents 8e9e9124c7a2
children 5cda6165a5c1
comparison
equal deleted inserted replaced
17090:ed03dd99ea37 17091:d30d399139ab
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1545,
780 /**/ 782 /**/
781 1544, 783 1544,
782 /**/ 784 /**/
783 1543, 785 1543,
784 /**/ 786 /**/