comparison src/version.c @ 18566:bb256b1fabf7 v8.1.2277

patch 8.1.2277: terminal window is not updated when info popup changes Commit: https://github.com/vim/vim/commit/b73e439606b55d66d9e81da1f9cae729af37cf04 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 9 20:00:35 2019 +0100 patch 8.1.2277: terminal window is not updated when info popup changes Problem: Terminal window is not updated when info popup changes. Solution: Redraw windows when re-using an info popup. (closes https://github.com/vim/vim/issues/5192)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Nov 2019 20:15:04 +0100
parents c14f5d3a205d
children 26a04a556982
comparison
equal deleted inserted replaced
18565:fca83ebd451c 18566:bb256b1fabf7
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 2277,
744 /**/ 746 /**/
745 2276, 747 2276,
746 /**/ 748 /**/
747 2275, 749 2275,
748 /**/ 750 /**/