commit | 232bdaaca98c34a99ffadf27bf6ee08be6cc8f6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 14:17:58 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 14:17:58 2023 +0000 |
tree | 5efba47d6c819e0217cc97aabaeccbed481fbc07 | |
parent | c0c2c262650103c4a21b64c3246388a350688616 [diff] |
patch 9.0.1189: invalid memory access with folding and using "L" Problem: Invalid memory access with folding and using "L". Solution: Prevent the cursor from moving to line zero.
diff --git a/src/testdir/test_fold.vim b/src/testdir/test_fold.vim index adf9e52..f915a66 100644 --- a/src/testdir/test_fold.vim +++ b/src/testdir/test_fold.vim Binary files differ