commit | 92d147be959e689f8f58fd5d138a31835e160289 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 29 17:35:23 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 29 17:35:23 2018 +0200 |
tree | 5ba25e99d246153860ba91d9fc7629b67801d993 | |
parent | fda95e75721fb221495c69e493ec2761b5d85123 [diff] [blame] |
patch 8.1.0228: dropping files is ignored while Vim is busy Problem: Dropping files is ignored while Vim is busy. Solution: Postpone the effect of dropping files until it's safe.
diff --git a/src/version.c b/src/version.c index 6528355..8b31adb 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 228, +/**/ 227, /**/ 226,