commit | eaa3e0dae53acc9a345f430ef014d65c105192c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 19 23:11:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 19 23:11:00 2020 +0200 |
tree | cdb6bbc38a7438e5e7ad03de43fc01081750853d | |
parent | a09195f29ee8cd88411152cf311f4e4ab2f3b4b3 [diff] [blame] |
patch 8.2.0801: terminal test fails on Mac Problem: Terminal test fails on Mac. Solution: Concatenate OSC pieces.
diff --git a/src/version.c b/src/version.c index ede8ad1..68d1db9 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 801, +/**/ 800, /**/ 799,