commit | 8a5c7ef9bbded87abd8c937b16c576ed2ccbb805 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 16:14:20 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 16:14:20 2019 +0200 |
tree | 1d1439490d148350a2ef2d948a6b0254ab5e8fdf | |
parent | 8cdbd5b3c4225b04536dea7523718695306b16b5 [diff] [blame] |
patch 8.1.1556: command for failing screenshot does not include directory Problem: The command displayed to show a failing screenshot does not include the "testdir" directory. Solution: Prefix the directory name so that it can be copy-pasted.
diff --git a/src/version.c b/src/version.c index bf1a1f2..4eb37a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1556, +/**/ 1555, /**/ 1554,