]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0228: pasting in xterm on the command line has PasteStart v8.0.0228
authorBram Moolenaar <Bram@vim.org>
Tue, 24 Jan 2017 14:57:55 +0000 (15:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 Jan 2017 14:57:55 +0000 (15:57 +0100)
commitabbc448bc09a292ec1263ffe69b4cb3d1c57f020
treead55a98606f5133be379acb14f859d9e5e22c9c8
parent2aa5f696b91a51f29873e340de4bdc182e1e8dd4
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.
src/ex_getln.c
src/term.c
src/version.c