]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4935: with 'foldmethod' "indent" some lines not included in fold v8.2.4935
authorBrandon Simmons <simmsbra@gmail.com>
Tue, 10 May 2022 18:13:23 +0000 (19:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 May 2022 18:13:23 +0000 (19:13 +0100)
commitd98e75e23666c159c7e00bcf5b6ad9a933bb0534
treec051aac5941530e07ef03fceb8cc6905500584ab
parent70c41241c2701f26a99085e433925a206ca265a3
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/fold.c
src/testdir/test_fold.vim
src/version.c