diff src/version.c @ 14015:9709d783261f v8.1.0025

patch 8.1.0025: no test for the undofile() function commit https://github.com/vim/vim/commit/e5fa11186fde4a19e505eba403d3af8c61d11304 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 26 18:46:30 2018 +0200 patch 8.1.0025: no test for the undofile() function Problem: No test for the undofile() function. Solution: Add test. (Dominique Pelle, closes https://github.com/vim/vim/issues/2958)
author Christian Brabandt <cb@256bit.org>
date Sat, 26 May 2018 19:00:05 +0200
parents a04738ab7670
children e88e2a8de4c5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    25,
+/**/
     24,
 /**/
     23,