commit | 733b124a9098d5e2f028fd2e12012b831c9e9024 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Nov 15 11:22:09 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 15 11:22:09 2021 +0000 |
tree | 11c6ca590be4c063ecfff8981da824059752828b | |
parent | 0d5a12ea041c112b06b1aafde38846ae4cff8f4c [diff] [blame] |
patch 8.2.3596: crash when using :pedit in Vim9 script Problem: Crash when using :pedit in Vim9 script. Solution: Move check for arguments to after checking there are arguments. (Yegappan Lakshmanan, closes #9134, closes #9135)
diff --git a/src/version.c b/src/version.c index 19014e6..39a61c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3596, +/**/ 3595, /**/ 3594,