comparison src/version.c @ 19233:04c164c971a3 v8.2.0175

patch 8.2.0175: crash when removing list element in map() Commit: https://github.com/vim/vim/commit/db661fb95dc41b7a9438cf3cd4e77f8410bc81c0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 29 22:17:16 2020 +0100 patch 8.2.0175: crash when removing list element in map() Problem: Crash when removing list element in map(). Solution: Lock the list. (closes https://github.com/vim/vim/issues/2652)
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jan 2020 22:30:04 +0100
parents b8fd7364befd
children befdf44737d1
comparison
equal deleted inserted replaced
19232:6d4ef257d300 19233:04c164c971a3
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 175,
745 /**/ 747 /**/
746 174, 748 174,
747 /**/ 749 /**/
748 173, 750 173,
749 /**/ 751 /**/