commit | d98c0b63abd7b0e61a383669474abe96044615af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 15:25:16 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 15:25:16 2020 +0100 |
tree | 81409a98d3a6d7712373b57242a40171ab64d8de | |
parent | 3180fe6c6dc0728d21c6318b957022b029c234f0 [diff] [blame] |
patch 8.2.0196: blocking commands for a finished job in a popup window Problem: Blocking commands for a finished job in a popup window. Solution: Do not block commands if the job has finished. Adjust test.
diff --git a/src/version.c b/src/version.c index 65d961d..8c5cb53 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 196, +/**/ 195, /**/ 194,