commit | d98e75e23666c159c7e00bcf5b6ad9a933bb0534 | [log] [tgz] |
---|---|---|
author | Brandon Simmons <simmsbra@gmail.com> | Tue May 10 19:13:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 10 19:13:23 2022 +0100 |
tree | c051aac5941530e07ef03fceb8cc6905500584ab | |
parent | 70c41241c2701f26a99085e433925a206ca265a3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 80f631b..2de3cb1 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4935, +/**/ 4934, /**/ 4933,