diff src/version.c @ 14489:cda216729f9b v8.1.0258

patch 8.1.0258: not enough testing for the CompleteDone event commit https://github.com/vim/vim/commit/af559d2c9f44bc88a7d94f9236b3c024563a8e73 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 8 22:55:41 2018 +0200 patch 8.1.0258: not enough testing for the CompleteDone event Problem: Not enough testing for the CompleteDone event. Solution: Add a test. (closes https://github.com/vim/vim/issues/3297)
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Aug 2018 23:00:06 +0200
parents 336213a840d9
children 9df0fcbfebb2
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 */
 /**/
+    258,
+/**/
     257,
 /**/
     256,