commit | c136a3528b7ebb825c3863d701af44f023381181 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 20:05:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 20:05:40 2020 +0100 |
tree | 3578f565a084562a2c5c803a4820e33cdadbfbbc | |
parent | 35efa22ff2b98126363098db9304796b5624f97f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3f2affe..015cf4c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1947, +/**/ 1946, /**/ 1945,