commit | 94255df057afa0b7dde77612f3274d4440871bd1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 20:10:33 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 20:10:33 2020 +0100 |
tree | e636366e80b3ff0a2ae52203b5c14a2c9401d2ab | |
parent | eed3571fe0f7d2ae779e5d36388cc4fe16c3516e [diff] [blame] |
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 #5582)
diff --git a/src/version.c b/src/version.c index 5326281..a482b03 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 211, +/**/ 210, /**/ 209,