commit | 915350edec02f0326ecbe49f3b6cf2cbcd105f7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 17:50:52 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 17:50:52 2017 +0100 |
tree | 76497fbf2f6f16f623407c96b61a03969be3b8af | |
parent | 24a2d416ec261829ff7fd29f7b66739c96dd6513 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 829b3b9..c7528b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 230, +/**/ 229, /**/ 228,