comparison src/version.c @ 18004:6006bb74bd52 v8.1.1998

patch 8.1.1998: redraw even when no popup window filter was invoked Commit: https://github.com/vim/vim/commit/fbb3bc89b3ae29b5d42cc5951db67e2e71a22880 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 7 14:33:36 2019 +0200 patch 8.1.1998: redraw even when no popup window filter was invoked Problem: Redraw even when no popup window filter was invoked. Solution: Only redraw when must_redraw was set to a larger value.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Sep 2019 14:45:03 +0200
parents 2fdbcecab216
children 5594967b38c5
comparison
equal deleted inserted replaced
18003:f4e09b355181 18004:6006bb74bd52
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 1998,
760 /**/ 762 /**/
761 1997, 763 1997,
762 /**/ 764 /**/
763 1996, 765 1996,
764 /**/ 766 /**/