diff src/version.c @ 13533:9e9e9f10e311 v8.0.1640

patch 8.0.1640: Test_cwd() is flaky commit https://github.com/vim/vim/commit/65873846e088bb94028e9d591ea03e377cb206b5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 25 17:12:58 2018 +0200 patch 8.0.1640: Test_cwd() is flaky Problem: Test_cwd() is flaky. Solution: Add to list of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Mar 2018 17:15:06 +0200
parents 9f857e6310b6
children e9ffb5b35266
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1640,
+/**/
     1639,
 /**/
     1638,