comparison src/version.c @ 25893:51694ef3902e v8.2.3480

patch 8.2.3480: test does not fail without the fix for a crash Commit: https://github.com/vim/vim/commit/949de97da32d4fff28c569387e2ba8b3e311e64d Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Tue Oct 5 19:28:01 2021 +0100 patch 8.2.3480: test does not fail without the fix for a crash Problem: Test does not fail without the fix for a crash. Solution: Write the bad code in a file and source it. (Dominique Pell?, closes #8961)
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Oct 2021 20:30:05 +0200
parents 58b1c9d96ec6
children 8e9864b98846
comparison
equal deleted inserted replaced
25892:868ffaf8fe13 25893:51694ef3902e
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 3480,
760 /**/ 762 /**/
761 3479, 763 3479,
762 /**/ 764 /**/
763 3478, 765 3478,
764 /**/ 766 /**/