diff src/version.c @ 15132:22e7834d286c v8.1.0576

patch 8.1.0576: indent script tests pick up installed scripts commit https://github.com/vim/vim/commit/30700cd5ffa258f1d684ab6b34bd03e970450dba Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 10 21:36:56 2018 +0100 patch 8.1.0576: indent script tests pick up installed scripts Problem: Indent script tests pick up installed scripts. Solution: Use current runtime indent scripts.
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Dec 2018 21:45:07 +0100
parents 2090f267b311
children f2972ff144ab
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -793,6 +793,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    576,
+/**/
     575,
 /**/
     574,