comparison 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
comparison
equal deleted inserted replaced
19305:c2a908fc485c 19306:e4a155edc9cb
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 211,
745 /**/ 747 /**/
746 210, 748 210,
747 /**/ 749 /**/
748 209, 750 209,
749 /**/ 751 /**/