comparison src/os_win32.c @ 18235:88716bc1c20b v8.1.2112

patch 8.1.2112: build number for ConPTY is outdated Commit: https://github.com/vim/vim/commit/4c063dde73c618b0728016d221ef130d9e9ec968 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 4 21:29:12 2019 +0200 patch 8.1.2112: build number for ConPTY is outdated Problem: Build number for ConPTY is outdated. Solution: Update to new build number. (Nobuhiro Takasaki, closes https://github.com/vim/vim/issues/5014)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Oct 2019 21:30:05 +0200
parents 2ededa437271
children 85160a3649b9
comparison
equal deleted inserted replaced
18234:636e37695b55 18235:88716bc1c20b
7275 7275
7276 /* 7276 /*
7277 * Confirm until this version. Also the logic changes. 7277 * Confirm until this version. Also the logic changes.
7278 * insider preview. 7278 * insider preview.
7279 */ 7279 */
7280 #define CONPTY_INSIDER_BUILD MAKE_VER(10, 0, 18990) 7280 #define CONPTY_INSIDER_BUILD MAKE_VER(10, 0, 18995)
7281 7281
7282 /* 7282 /*
7283 * Not stable now. 7283 * Not stable now.
7284 */ 7284 */
7285 #define CONPTY_STABLE_BUILD MAKE_VER(10, 0, 32767) // T.B.D. 7285 #define CONPTY_STABLE_BUILD MAKE_VER(10, 0, 32767) // T.B.D.