diff src/version.c @ 14499:2661d77e440e v8.1.0263

patch 8.1.0263: channel log doesn't show part of channel commit https://github.com/vim/vim/commit/4b16ee743e26d65ecfb6231f7fd57869c3e5ff0d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 9 22:15:34 2018 +0200 patch 8.1.0263: channel log doesn't show part of channel Problem: Channel log doesn't show part of channel. Solution: Add "sock", "out", "err" or "in". (Ozaki Kiichi, closes https://github.com/vim/vim/issues/3303)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Aug 2018 22:30:06 +0200
parents a7b2dc5f1306
children 77968a364ec4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    263,
+/**/
     262,
 /**/
     261,