diff src/version.c @ 19562:6b7719b8f9b9 v8.2.0338

patch 8.2.0338: build failure without the channel feature Commit: https://github.com/vim/vim/commit/f4f190d8219fc93c6e58e54ce7c1ac15af07840f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 1 13:01:16 2020 +0100 patch 8.2.0338: build failure without the channel feature Problem: Build failure without the channel feature. Solution: Add #ifdef
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Mar 2020 13:15:06 +0100
parents df0a6cba5c3d
children 06f29b6ea04a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    338,
+/**/
     337,
 /**/
     336,