commit | 1341024e0823d9aa9cde08d6b55e12f2d90ff778 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 26 21:19:11 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 26 21:19:11 2018 +0100 |
tree | 5b402bfbe9a6a0062429adf3c6ac02c1224b24f9 | |
parent | 3067a4dd0d768d1e4a47cf3c100f3e2b462717d7 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index 3207af3..3d4fa68 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 548, +/**/ 547, /**/ 546,