]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0196: blocking commands for a finished job in a popup window v8.2.0196
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Feb 2020 14:25:16 +0000 (15:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Feb 2020 14:25:16 +0000 (15:25 +0100)
commitd98c0b63abd7b0e61a383669474abe96044615af
tree81409a98d3a6d7712373b57242a40171ab64d8de
parent3180fe6c6dc0728d21c6318b957022b029c234f0
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.
src/popupwin.c
src/proto/terminal.pro
src/terminal.c
src/testdir/test_popupwin.vim
src/version.c
src/window.c