commit | fd8983b09c64d9bfa8a4bdc16d72c55fbb22b4dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 02 22:21:29 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 02 22:21:29 2017 +0100 |
tree | 1f3d14352db76c73da522a541affc15ca51b15a7 | |
parent | 7a073549a3b1e72037a4e98ceb406d057ac9ba50 [diff] [blame] |
patch 8.0.0296: bracketed paste can only append, not insert Problem: Bracketed paste can only append, not insert. Solution: When the cursor is in the first column insert the text.
diff --git a/src/version.c b/src/version.c index 4dc4cd8..d7d3948 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 296, +/**/ 295, /**/ 294,