comparison src/version.c @ 19147:06ef1e438ac8 v8.2.0133

patch 8.2.0133: invalid memory access with search command Commit: https://github.com/vim/vim/commit/98a336dd497d3422e7efeef9f24cc9e25aeb8a49 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 20 20:22:30 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jan 2020 20:30:04 +0100
parents ea3ac1de7704
children 643c6c3c0da4
comparison
equal deleted inserted replaced
19146:ba690b26dc16 19147:06ef1e438ac8
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 133,
745 /**/ 747 /**/
746 132, 748 132,
747 /**/ 749 /**/
748 131, 750 131,
749 /**/ 751 /**/