commit | a4dc6f92bb29b00783f8945bbe1101e837b6ad3c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 19:52:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 19:52:36 2020 +0200 |
tree | 682687001f3db453d793dfdcf687046c52d84da0 | |
parent | 35910f2d54bd670a0d83b3474b4c23faa94252d3 [diff] [blame] |
patch 8.2.1194: test failure because shell prompt differs Problem: Test failure because shell prompt differs. Solution: Set the shell prompt.
diff --git a/src/version.c b/src/version.c index 96f29fa..68c6db4 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1194, +/**/ 1193, /**/ 1192,