diff src/version.c @ 13722:a86677cf8446 v8.0.1733

patch 8.0.1733: incomplete testing for completion fix commit https://github.com/vim/vim/commit/bad0ce7b26be5eed8524347018f4c835b212f8d1 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 17 23:31:05 2018 +0200 patch 8.0.1733: incomplete testing for completion fix Problem: Incomplete testing for completion fix. (Lifepillar) Solution: Add a test with CTRL-P.
author Christian Brabandt <cb@256bit.org>
date Tue, 17 Apr 2018 23:45:07 +0200
parents 7d2039b2ecc8
children 5ef1e6170589
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1733,
+/**/
     1732,
 /**/
     1731,