comparison src/version.c @ 11678:6bbc7bc0f3dd v8.0.0722

patch 8.0.0722: screen is messed by timer up at inputlist() prompt commit https://github.com/vim/vim/commit/c9041079a199d753e73d3b242f21cc8db620179a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 16 15:48:46 2017 +0200 patch 8.0.0722: screen is messed by timer up at inputlist() prompt Problem: Screen is messed by timer up at inputlist() prompt. Solution: Set state to ASKMORE. (closes https://github.com/vim/vim/issues/1843)
author Christian Brabandt <cb@256bit.org>
date Sun, 16 Jul 2017 16:00:04 +0200
parents f87c43fca41d
children c66d6dc92f53
comparison
equal deleted inserted replaced
11677:fabb9a620b68 11678:6bbc7bc0f3dd
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 722,
772 /**/ 774 /**/
773 721, 775 721,
774 /**/ 776 /**/
775 720, 777 720,
776 /**/ 778 /**/