]> granicus.if.org Git - vim/commit
patch 9.0.1189: invalid memory access with folding and using "L" v9.0.1189
authorBram Moolenaar <Bram@vim.org>
Fri, 13 Jan 2023 14:17:58 +0000 (14:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 13 Jan 2023 14:17:58 +0000 (14:17 +0000)
commit232bdaaca98c34a99ffadf27bf6ee08be6cc8f6a
tree5efba47d6c819e0217cc97aabaeccbed481fbc07
parentc0c2c262650103c4a21b64c3246388a350688616
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.
src/normal.c
src/testdir/test_fold.vim
src/version.c