commit | 23fa81d2223cd9bb7c51829c48047b2976bc2d11 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 21:50:21 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 21:50:21 2017 +0100 |
tree | 0c4eede5ad33269734bbbf3085762c9d197844f3 | |
parent | 04e87b72c5fa88b7034a5b0ec0be6a7ad763e9d2 [diff] [blame] |
patch 8.0.0291: Visual block insertion does not insert in all lines Problem: Visual block insertion does not insert in all lines. Solution: Don't bail out of insert too early. Add a test. (Christian Brabandt, closes #1290)
diff --git a/src/version.c b/src/version.c index c1b998b..3316a0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 291, +/**/ 290, /**/ 289,