commit | 4d14bac8e7441368977e81266166f728105a60d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 21:15:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 21:15:15 2019 +0200 |
tree | 3f01c776a80d91bb2568621df4e494846ea10460 | |
parent | 4b57018ee4e6d608e3a28e0ee4fdd2f057cc0e89 [diff] [blame] |
patch 8.1.2195: Vim does not exit when the terminal window is last window Problem: Vim does not exit when closing a terminal window and it is the last window. Solution: Exit Vim if the closed terminal window is the last one. (closes #4539)
diff --git a/src/version.c b/src/version.c index 38696fa..c378c1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2195, +/**/ 2194, /**/ 2193,