From 2f074f4685897ab7212e25931eeeb0212292829f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 18 Jun 2022 11:22:40 +0100 Subject: 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. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index b9b334785..df9d576ad 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 5120, /**/ 5119, /**/ -- cgit v1.2.1