diff src/version.c @ 15786:ec39beb7e61f v8.1.0900

patch 8.1.0900: ConPTY many crash with 32-bit build commit https://github.com/vim/vim/commit/48773f1f83e666c49b9d88ea6a392d50215ca013 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 12 21:46:46 2019 +0100 patch 8.1.0900: ConPTY many crash with 32-bit build Problem: ConPTY many crash with 32-bit build. Solution: Fix function declarations. (Ken Takata, closes https://github.com/vim/vim/issues/3943)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Feb 2019 22:00:06 +0100
parents 703220741ed1
children c24572e66556
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    900,
+/**/
     899,
 /**/
     898,