]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0230: bracketed paste does not support line breaks v8.0.0230
authorBram Moolenaar <Bram@vim.org>
Tue, 24 Jan 2017 16:50:52 +0000 (17:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 Jan 2017 16:50:52 +0000 (17:50 +0100)
commit915350edec02f0326ecbe49f3b6cf2cbcd105f7d
tree76497fbf2f6f16f623407c96b61a03969be3b8af
parent24a2d416ec261829ff7fd29f7b66739c96dd6513
patch 8.0.0230: bracketed paste does not support line breaks

Problem:    When using bracketed paste line breaks are not respected.
Solution:   Turn CR characters into a line break if the text is being
            inserted. (closes #1404)
src/edit.c
src/version.c