commit | 98a336dd497d3422e7efeef9f24cc9e25aeb8a49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 20 20:22:30 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 20 20:22:30 2020 +0100 |
tree | 63869e51ae95905c656e70e3e95665b64da12a70 | |
parent | ca33eb256eb910af05e8c9852bc9f716cece1f5c [diff] [blame] |
patch 8.2.0133: invalid memory access with search command Problem: Invalid memory access with search command. Solution: When :normal runs out of characters in bracketed paste mode break out of the loop.(closes #5511)
diff --git a/src/version.c b/src/version.c index 2fb0fc3..6b90551 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 133, +/**/ 132, /**/ 131,