diff src/version.c @ 13634:2678e38e1de6 v8.0.1689

patch 8.0.1689: no tests for xxd commit https://github.com/vim/vim/commit/29f9ed20b42e7badea6cfb82fb1fb8d71f33e282 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 10 19:20:31 2018 +0200 patch 8.0.1689: no tests for xxd Problem: No tests for xxd. Solution: Add a test. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Apr 2018 19:30:07 +0200
parents cec5137d5332
children fbf8c75c118d
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 */
 /**/
+    1689,
+/**/
     1688,
 /**/
     1687,