diff src/version.c @ 19306:e4a155edc9cb v8.2.0211

patch 8.2.0211: test for ANSI colors fails without an "ls" command Commit: https://github.com/vim/vim/commit/94255df057afa0b7dde77612f3274d4440871bd1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 5 20:10:33 2020 +0100 patch 8.2.0211: test for ANSI colors fails without an "ls" command Problem: Test for ANSI colors fails without an "ls" command. Solution: Use "dir". (Ken Takata, closes https://github.com/vim/vim/issues/5582)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Feb 2020 20:15:04 +0100
parents 097c46668bd1
children 6fd567c927c0
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 */
 /**/
+    211,
+/**/
     210,
 /**/
     209,