comparison src/version.c @ 15404:440e5071f3f8 v8.1.0710

patch 8.1.0710: when using timers may wait for job exit quite long commit https://github.com/vim/vim/commit/c46af534102c65b43912311d67f55f5049e5ef7a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 9 22:24:49 2019 +0100 patch 8.1.0710: when using timers may wait for job exit quite long Problem: When using timers may wait for job exit quite long. Solution: Return from ui_wait_for_chars_or_timer() when a job or channel needs to be handled. (Ozaki Kiichi, closes #3783)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Jan 2019 22:30:06 +0100
parents c17b5e30a0af
children 63b02fcf1361
comparison
equal deleted inserted replaced
15403:62e66e6b2c79 15404:440e5071f3f8
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 710,
802 /**/ 804 /**/
803 709, 805 709,
804 /**/ 806 /**/
805 708, 807 708,
806 /**/ 808 /**/