commit | 43216611a5accd32a53fe77d4552a36f6ed30c74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 11:16:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 11:16:28 2022 +0000 |
tree | d82710661e02df5456ef7ec45ca9cba2dcd3037f | |
parent | 9dd42a631162a8561bd7c4b0e89afd21f7994d8c [diff] [blame] |
patch 8.2.4622: Vim9: crash with :execute and :finish Problem: Vim9: Crash with :execute and :finish. (Sergey Vlasov) Solution: Check for NULL. (closes #10011)
diff --git a/src/version.c b/src/version.c index bcb70e8..d6edc46 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4622, +/**/ 4621, /**/ 4620,