commit | 4a69634b1b55e06c4bf7f05b54125b1669b1c363 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 05 18:45:26 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 05 18:45:26 2018 +0200 |
tree | f340ce45a20af981e2542dd4540c1457c77b9648 | |
parent | 878c96d5b9416170dfd28a02cba0db683f91c220 [diff] [blame] |
patch 8.0.1662: showing dump diff doesn't mention both file names Problem: Showing dump diff doesn't mention both file names. Solution: Add the file name in the separator line.
diff --git a/src/version.c b/src/version.c index 87a326a..4b9761f 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1662, +/**/ 1661, /**/ 1660,