From 346f18e5fe12e6aaba5a6a18f6d0deb55eb7a9e8 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 13 Mar 2020 21:36:40 +0100 Subject: patch 8.2.0378: prop_find() does not find all props Problem: prop_find() does not find all props. Solution: Check being in the start line. (Axel Forsman, closes #5776) --- 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 140814203..303f7eca5 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 378, /**/ 377, /**/ -- cgit v1.2.1