comparison src/version.c @ 21222:a4d00a2dadd6 v8.2.1162

patch 8.2.1162: crash when using a lambda Commit: https://github.com/vim/vim/commit/efaaaa683b7b0cebc128be5c0c257b9d6578ac96 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 8 22:24:09 2020 +0200 patch 8.2.1162: crash when using a lambda Problem: Crash when using a lambda. Solution: Check for evalarg to be NULL.
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jul 2020 22:30:03 +0200
parents ad13736a1783
children 7509aea3a671
comparison
equal deleted inserted replaced
21221:4bd7d87a5dbb 21222:a4d00a2dadd6
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1162,
757 /**/ 759 /**/
758 1161, 760 1161,
759 /**/ 761 /**/
760 1160, 762 1160,
761 /**/ 763 /**/