comparison src/version.c @ 12598:97a2f34962ee v8.0.1177

patch 8.0.1177: in a terminal window the popup menu is not cleared commit https://github.com/vim/vim/commit/54e5dbf58e16d0d757a315480c9e63ac7f8a74c7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 7 17:35:09 2017 +0200 patch 8.0.1177: in a terminal window the popup menu is not cleared Problem: In a terminal window the popup menu is not cleared. (Gerry Agbobada) Solution: Redraw when SOME_VALID is used instead of NOT_VALID. (closes #2194)
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Oct 2017 17:45:04 +0200
parents d177c142d086
children 590424e87b65
comparison
equal deleted inserted replaced
12597:e77b617333ea 12598:97a2f34962ee
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1177,
764 /**/ 766 /**/
765 1176, 767 1176,
766 /**/ 768 /**/
767 1175, 769 1175,
768 /**/ 770 /**/