diff src/version.c @ 11030:9d40a98f0834 v8.0.0404

patch 8.0.0404: not enough testing for quickfix commit https://github.com/vim/vim/commit/391b1dd040af204b150d43c5a1c97477ee450a28 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 4 13:47:11 2017 +0100 patch 8.0.0404: not enough testing for quickfix Problem: Not enough testing for quickfix. Solution: Add some more tests. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Mar 2017 14:00:04 +0100
parents 4df1647531a6
children 516391d8865f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    404,
+/**/
     403,
 /**/
     402,