From d98e75e23666c159c7e00bcf5b6ad9a933bb0534 Mon Sep 17 00:00:00 2001 From: Brandon Simmons Date: Tue, 10 May 2022 19:13:23 +0100 Subject: patch 8.2.4935: with 'foldmethod' "indent" some lines not included in fold Problem: With 'foldmethod' "indent" some lines are not included in the fold. (Oleg Koshovetc) Solution: Fix it. (Brandon Simmons, closes #10399, closes #3214) --- 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 80f631bdc..2de3cb1c3 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4935, /**/ 4934, /**/ -- cgit v1.2.1