comparison src/version.c @ 24083:1765b5b0f08d v8.2.2583

patch 8.2.2583: Vim9: cannot compare result of getenv() with null Commit: https://github.com/vim/vim/commit/7ad67d1150a1e48371d64e2919591c38b80e7cfc Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 10 16:08:26 2021 +0100 patch 8.2.2583: Vim9: cannot compare result of getenv() with null Problem: Vim9: cannot compare result of getenv() with null. Solution: Make the return type of getenv() "any". (closes https://github.com/vim/vim/issues/7943)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Mar 2021 16:15:03 +0100
parents 7d28bac98927
children 23c692a4bc36
comparison
equal deleted inserted replaced
24082:25dfbd338255 24083:1765b5b0f08d
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2583,
753 /**/ 755 /**/
754 2582, 756 2582,
755 /**/ 757 /**/
756 2581, 758 2581,
757 /**/ 759 /**/