comparison src/version.c @ 18528:6ad15a9b7c89 v8.1.2258

patch 8.1.2258: may get hit-enter prompt after entering a number Commit: https://github.com/vim/vim/commit/dc968e7a45c672a81148628b755c2a440a228ad7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 5 21:53:20 2019 +0100 patch 8.1.2258: may get hit-enter prompt after entering a number Problem: May get hit-enter prompt after entering a number. (Malcolm Rowe) Solution: Put back accidentally deleted lines. (closes https://github.com/vim/vim/issues/5176)
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Nov 2019 22:00:03 +0100
parents 334b1f897f3a
children 41b2506c7662
comparison
equal deleted inserted replaced
18527:edccc0b13ac3 18528:6ad15a9b7c89
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2258,
744 /**/ 746 /**/
745 2257, 747 2257,
746 /**/ 748 /**/
747 2256, 749 2256,
748 /**/ 750 /**/