diff src/version.c @ 19368:fcd5a2acbb3d v8.2.0242

patch 8.2.0242: preview popup window test fails with long directory name Commit: https://github.com/vim/vim/commit/799439a5d85a7d45eff7485056f2798cea766300 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 11 21:44:17 2020 +0100 patch 8.2.0242: preview popup window test fails with long directory name Problem: Preview popup window test fails with long directory name. (Jakub K?dzio?ka) Solution: Use "silent cd". (closes #5615)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Feb 2020 21:45:07 +0100
parents 102f9a44c8b3
children 02111977dd05
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    242,
+/**/
     241,
 /**/
     240,