commit | 4d8bac8bf593ff087517ff79090c2d224325aae6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 09 21:33:34 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 09 21:33:34 2018 +0100 |
tree | 51e277a9012731df3a3dc362af5c5db39991485a | |
parent | 20586cb4f4d516a60b96cc02a94b810fea8b8cdb [diff] [blame] |
patch 8.0.1592: terminal windows in a session are not properly restored Problem: Terminal windows in a session are not properly restored. Solution: Add "terminal" in 'sessionoptions'. When possible restore the command running in a terminal.
diff --git a/src/version.c b/src/version.c index f4e7e73..89b6eef 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1592, +/**/ 1591, /**/ 1590,