comparison src/version.c @ 18937:ab97d1aea4aa v8.2.0029

patch 8.2.0029: MS-Windows: crash with empty job command Commit: https://github.com/vim/vim/commit/a27655ef6d0001c7c2265ea682455ec82acee826 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 21 22:22:01 2019 +0100 patch 8.2.0029: MS-Windows: crash with empty job command Problem: MS-Windows: crash with empty job command. Solution: Check for NULL result. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/5390)
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Dec 2019 22:30:03 +0100
parents ed246d4c46ba
children 25ebc35e104f
comparison
equal deleted inserted replaced
18936:ddd9455af2d3 18937:ab97d1aea4aa
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 29,
745 /**/ 747 /**/
746 28, 748 28,
747 /**/ 749 /**/
748 27, 750 27,
749 /**/ 751 /**/