commit | da3dd7d857ba4fb4bf408dedd1d9d6a2d5e2ae9f | [log] [tgz] |
---|---|---|
author | Brandon Simmons <simmsbra@gmail.com> | Tue Jan 17 19:48:07 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 17 19:48:07 2023 +0000 |
tree | 4708aeb8921599d5e043349a0c8b9d7000b705dc | |
parent | 66bb9ae70f7371456ed76518076d2a344f8ab417 [diff] |
patch 9.0.1213: adding a line below the last one does not expand fold Problem: Adding a line below the last one does not expand fold. Solution: Do not skip mark_adjust() when adding lines below the last one. (Brandon Simmons, closes #11832, closes #10698)
diff --git a/src/testdir/test_fold.vim b/src/testdir/test_fold.vim index f915a66..7f75e91 100644 --- a/src/testdir/test_fold.vim +++ b/src/testdir/test_fold.vim Binary files differ