commit | abbc448bc09a292ec1263ffe69b4cb3d1c57f020 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 15:57:55 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 15:57:55 2017 +0100 |
tree | ad55a98606f5133be379acb14f859d9e5e22c9c8 | |
parent | 2aa5f696b91a51f29873e340de4bdc182e1e8dd4 [diff] [blame] |
patch 8.0.0228: pasting in xterm on the command line has PasteStart Problem: When pasting test in an xterm on the command line it is surrounded by <PasteStart> and <PasteEnd>. (Johannes Kaltenbach) Solution: Add missing changes.
diff --git a/src/version.c b/src/version.c index 84dde73..6d3b848 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 228, +/**/ 227, /**/ 226,