diff src/version.c @ 15908:379247470597 v8.1.0960

patch 8.1.0960: when using ConPTY garbage collection has undefined behavior commit https://github.com/vim/vim/commit/8caa43d8159555076af6acc242185f5475c1d199 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 20 22:45:06 2019 +0100 patch 8.1.0960: when using ConPTY garbage collection has undefined behavior Problem: When using ConPTY garbage collection has undefined behavior. Solution: Free the channel in a better way. (Nobuhiro Takasaki, closes https://github.com/vim/vim/issues/4020)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Feb 2019 23:00:06 +0100
parents f581167d59bf
children da4d1f69374e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    960,
+/**/
     959,
 /**/
     958,