commit | 799439a5d85a7d45eff7485056f2798cea766300 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 21:44:17 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 21:44:17 2020 +0100 |
tree | e40c9255e31cb231491e638278f89775afbf9f27 | |
parent | 99234f29aa8767f2e71bb1f5db6ee0131bc8e64e [diff] [blame] |
patch 8.2.0242: preview popup window test fails with long directory name Problem: Preview popup window test fails with long directory name. (Jakub Kądziołka) Solution: Use "silent cd". (closes #5615)
diff --git a/src/version.c b/src/version.c index f9ddda4..9b9f412 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 242, +/**/ 241, /**/ 240,