commit | 5e1f22ff614821b8fc7294c9dd22765acd403aeb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 18:23:52 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 18:23:52 2020 +0100 |
tree | 7d773d8beb615f4860cee8e51da605322d620377 | |
parent | c56936e2ba4fd219f56aab616fcb283132455697 [diff] [blame] |
patch 8.2.1972: crash when recreating nested fold Problem: Crash when recreating nested fold. Solution: Check for empty growarray. (closes #7278)
diff --git a/src/version.c b/src/version.c index 91477bc..e2affa7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1972, +/**/ 1971, /**/ 1970,