comparison src/version.c @ 21285:35a7cab0bdfd v8.2.1193

patch 8.2.1193: terminal window not redrawn when dragging a popup window Commit: https://github.com/vim/vim/commit/35910f2d54bd670a0d83b3474b4c23faa94252d3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 12 19:24:10 2020 +0200 patch 8.2.1193: terminal window not redrawn when dragging a popup window Problem: Terminal window not redrawn when dragging a popup window over it. Solution: Redraw terminal window. (fixes https://github.com/vim/vim/issues/6438)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Jul 2020 19:30:04 +0200
parents 1d2c814f4bed
children 3fd32bf5fff0
comparison
equal deleted inserted replaced
21284:745c5950f083 21285:35a7cab0bdfd
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1193,
757 /**/ 759 /**/
758 1192, 760 1192,
759 /**/ 761 /**/
760 1191, 762 1191,
761 /**/ 763 /**/