comparison src/structs.h @ 13746:260256caac38 v8.0.1745

patch 8.0.1745: build failure on MS-Windows commit https://github.com/vim/vim/commit/2060892028e05b1325dc0759259254180669eb5e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 21 22:30:08 2018 +0200 patch 8.0.1745: build failure on MS-Windows Problem: Build failure on MS-Windows. Solution: Build job arguments for MS-Windows. Fix allocating job twice.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Apr 2018 22:45:07 +0200
parents f309afff6f25
children eadecbe4e390
comparison
equal deleted inserted replaced
13745:b8d9c3a2e7f9 13746:260256caac38
1486 1486
1487 int jv_refcount; /* reference count */ 1487 int jv_refcount; /* reference count */
1488 int jv_copyID; 1488 int jv_copyID;
1489 1489
1490 channel_T *jv_channel; /* channel for I/O, reference counted */ 1490 channel_T *jv_channel; /* channel for I/O, reference counted */
1491 char_u **argv; /* command line used to start the job */ 1491 char_u **jv_argv; /* command line used to start the job */
1492 }; 1492 };
1493 1493
1494 /* 1494 /*
1495 * Structures to hold info about a Channel. 1495 * Structures to hold info about a Channel.
1496 */ 1496 */