comparison src/version.c @ 15075:fd9c4b1a71aa v8.1.0548

patch 8.1.0548: crash when job callback unloads a buffer commit https://github.com/vim/vim/commit/1341024e0823d9aa9cde08d6b55e12f2d90ff778 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 26 21:19:11 2018 +0100 patch 8.1.0548: crash when job callback unloads a buffer Problem: Crash when job callback unloads a buffer. (James McCoy) Solution: Don't round up the wait time to 10 msec in ui_inchar().
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Nov 2018 21:30:07 +0100
parents e52034f8b457
children cd6daebf47ae
comparison
equal deleted inserted replaced
15074:9c1c1c332df0 15075:fd9c4b1a71aa
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 548,
795 /**/ 797 /**/
796 547, 798 547,
797 /**/ 799 /**/
798 546, 800 546,
799 /**/ 801 /**/