comparison src/version.c @ 14883:1c2ba2b0227e v8.1.0453

patch 8.1.0453: MS-Windows: executable() is not reliable commit https://github.com/vim/vim/commit/8295666dc2c65e42135b91d5c61e2a140d002333 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 6 15:18:45 2018 +0200 patch 8.1.0453: MS-Windows: executable() is not reliable Problem: MS-Windows: executable() is not reliable. Solution: Use $PATHEXT properly. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/3412)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Oct 2018 15:30:06 +0200
parents 35aff6b8a2c7
children 5e47597de905
comparison
equal deleted inserted replaced
14882:32c08beec8c9 14883:1c2ba2b0227e
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 453,
795 /**/ 797 /**/
796 452, 798 452,
797 /**/ 799 /**/
798 451, 800 451,
799 /**/ 801 /**/