comparison src/version.c @ 12724:17c257dd2438 v8.0.1240

patch 8.0.1240: MS-Windows: term_start() does not support environment commit https://github.com/vim/vim/commit/ba6febd380c931b92361a189e85b19ed467c9c64 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 30 21:56:23 2017 +0100 patch 8.0.1240: MS-Windows: term_start() does not support environment Problem: MS-Windows: term_start() does not support environment. Solution: Implement the environment argument. (Yasuhiro Matsumoto, closes #2264)
author Christian Brabandt <cb@256bit.org>
date Mon, 30 Oct 2017 22:00:06 +0100
parents 7749260f261c
children 00baa23b7759
comparison
equal deleted inserted replaced
12723:08ef53ed022c 12724:17c257dd2438
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1240,
764 /**/ 766 /**/
765 1239, 767 1239,
766 /**/ 768 /**/
767 1238, 769 1238,
768 /**/ 770 /**/