comparison src/version.c @ 26127:80e69293217c v8.2.3596

patch 8.2.3596: crash when using :pedit in Vim9 script Commit: https://github.com/vim/vim/commit/733b124a9098d5e2f028fd2e12012b831c9e9024 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Mon Nov 15 11:22:09 2021 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Nov 2021 12:30:07 +0100
parents 18114bb393e0
children ddfb2b8aed67
comparison
equal deleted inserted replaced
26126:9a8de2345380 26127:80e69293217c
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3596,
760 /**/ 762 /**/
761 3595, 763 3595,
762 /**/ 764 /**/
763 3594, 765 3594,
764 /**/ 766 /**/