comparison src/version.c @ 29202:b6c284c1f095 v8.2.5120

patch 8.2.5120: searching for quotes may go over the end of the line Commit: https://github.com/vim/vim/commit/2f074f4685897ab7212e25931eeeb0212292829f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 18 11:22:40 2022 +0100 patch 8.2.5120: searching for quotes may go over the end of the line Problem: Searching for quotes may go over the end of the line. Solution: Check for running into the NUL.
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Jun 2022 12:30:05 +0200
parents 1ef87506a3a6
children 860f148e7a64
comparison
equal deleted inserted replaced
29201:40ddeb197e6b 29202:b6c284c1f095
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5120,
737 /**/ 739 /**/
738 5119, 740 5119,
739 /**/ 741 /**/
740 5118, 742 5118,
741 /**/ 743 /**/