commit | c3ef8966081c03ce989f72a1e477df3327ccb971 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 15 00:16:13 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 15 00:16:13 2019 +0100 |
tree | 4b8d7384ce1c4ab33348e1294d2037b49f58d429 | |
parent | 96baf02aa87dc6ec43850c5617fe53061edd97bf [diff] [blame] |
patch 8.1.0923: terminal dump diff swap does not update file names Problem: Terminal dump diff swap does not update file names. Solution: Also swap the file name. Add a test.
diff --git a/src/version.c b/src/version.c index bf47f97..bb5e0e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 923, +/**/ 922, /**/ 921,