comparison src/version.c @ 17958:1d69e11db360 v8.1.1975

patch 8.1.1975: MS-Windows GUI responds slowly to timer Commit: https://github.com/vim/vim/commit/89c00033310a1cad89efd2a7fc873f8969dd4401 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 4 13:53:21 2019 +0200 patch 8.1.1975: MS-Windows GUI responds slowly to timer Problem: MS-Windows GUI responds slowly to timer. Solution: Break out of wait loop when timer was added or input is available. (closes #4893)
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Sep 2019 14:00:03 +0200
parents 1f6d5f9ddeb0
children 3504cf2c80a8
comparison
equal deleted inserted replaced
17957:ac4fc61b10d3 17958:1d69e11db360
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 1975,
764 /**/ 766 /**/
765 1974, 767 1974,
766 /**/ 768 /**/
767 1973, 769 1973,
768 /**/ 770 /**/