commit | 40385dbcdfb44885f2e9b83e1e0285aeb8a0c2a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 22:31:44 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 22:31:44 2018 +0200 |
tree | 35de952db98f597df68144ef4ab99a294177861d | |
parent | de3b3677f7eace66be454196db0fbf710cfc8c5e [diff] [blame] |
patch 8.1.0253: saving and restoring window title does not always work Problem: Saving and restoring window title does not always work. Solution: Use the stack push and pop commands. (Kouichi Iwamoto, closes #3059)
diff --git a/src/version.c b/src/version.c index 4a4969c..8b01248 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 253, +/**/ 252, /**/ 251,