diff src/version.c @ 11287:e800e8149a5b v8.0.0529

patch 8.0.0529: line in test commented out commit https://github.com/vim/vim/commit/13489b9c41922b9ecb16fa47564ec76641515c08 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 30 22:20:29 2017 +0200 patch 8.0.0529: line in test commented out Problem: Line in test commented out. Solution: Uncomment the lines for character classes that were failing before 8.0.0519. (Dominique Pelle, closes #1599)
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Mar 2017 22:30:05 +0200
parents 0b4adcfb7b25
children e0309111d976
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 */
 /**/
+    529,
+/**/
     528,
 /**/
     527,