commit | a42ad57e481d6ed9c34c80c99bd0512d4660515b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 16 13:08:04 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 16 13:08:04 2017 +0100 |
tree | 6940bfb6250dedbb8a4d4973e536ff13ef75d7ac | |
parent | 58a8f1706faa9e7a17f0efdd0b9030d4c0e502b0 [diff] [blame] |
patch 8.0.1299: bracketed paste does not work well in terminal window Problem: Bracketed paste does not work well in terminal window. Solution: Send translated string to job right away. (Ozaki Kiichi, closes #2341)
diff --git a/src/version.c b/src/version.c index 530fc04..cafdd62 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1299, +/**/ 1298, /**/ 1297,