diff src/version.c @ 10476:751851a84c41 v8.0.0131

commit https://github.com/vim/vim/commit/73b484c4da00011317dc68ada4f5dfc6515ad263 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 11 15:11:17 2016 +0100 patch 8.0.0131 Problem: Not enough test coverage for syntax commands. Solution: Add more tests. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Dec 2016 15:15:04 +0100
parents 78b13f6d87d5
children ea1beefcd664
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 */
 /**/
+    131,
+/**/
     130,
 /**/
     129,