commit | 941c12da3c087fd04aa6c120a76bf28f19349d96 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 19:55:43 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 19:55:43 2017 +0100 |
tree | 296b78adbc71b98ce21b88a6db0bbaef2e1c9c67 | |
parent | bff6ad133195145f810645c0bde7a2a1fdfc37b8 [diff] [blame] |
patch 8.0.0234: crash when using put in Visual mode Problem: When several lines are visually selected and one of them is short, using put may cause a crash. (Axel Bender) Solution: Check for a short line. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 1b78243..8622e6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 234, +/**/ 233, /**/ 232,