]> granicus.if.org Git - vim/commit
patch 8.2.1947: crash when using "zj" without folds v8.2.1947
authorBram Moolenaar <Bram@vim.org>
Tue, 3 Nov 2020 19:05:40 +0000 (20:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Nov 2020 19:05:40 +0000 (20:05 +0100)
commitc136a3528b7ebb825c3863d701af44f023381181
tree3578f565a084562a2c5c803a4820e33cdadbfbbc
parent35efa22ff2b98126363098db9304796b5624f97f
patch 8.2.1947: crash when using "zj" without folds

Problem:    Crash when using "zj" without folds. (Sean Dewar)
Solution:   Check for at least one fold. (closes #7245)
src/fold.c
src/testdir/test_fold.vim
src/version.c