summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBrandon Simmons <simmsbra@gmail.com>2022-05-10 19:13:23 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-10 19:13:23 +0100
commitd98e75e23666c159c7e00bcf5b6ad9a933bb0534 (patch)
treec051aac5941530e07ef03fceb8cc6905500584ab /src/version.c
parent70c41241c2701f26a99085e433925a206ca265a3 (diff)
patch 8.2.4935: with 'foldmethod' "indent" some lines not included in foldv8.2.4935
Problem: With 'foldmethod' "indent" some lines are not included in the fold. (Oleg Koshovetc) Solution: Fix it. (Brandon Simmons, closes #10399, closes #3214)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 80f631bdc3..2de3cb1c3d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4935,
+/**/
4934,
/**/
4933,