diff src/version.c @ 14413:c3b62844ee4e v8.1.0221

patch 8.1.0221: not enough testing for the Ruby interface commit https://github.com/vim/vim/commit/edd6aacb010ad2402fc98f19e7f6b7c29ba2656f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 28 17:29:19 2018 +0200 patch 8.1.0221: not enough testing for the Ruby interface Problem: Not enough testing for the Ruby interface. Solution: Add more tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/3252)
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Jul 2018 17:30:07 +0200
parents 504091aca571
children 3d2bae2e6b80
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -799,6 +799,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    221,
+/**/
     220,
 /**/
     219,