commit | b8f7bd68f6fdff51ca4db5b145dcde42ee7b804b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 20:28:25 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 20:28:25 2017 +0100 |
tree | 6b3315e3bd54512e79c1e3858bea9016bb1b27f0 | |
parent | a1fa8929395351f03c56f50ca6e891d825123c0f [diff] [blame] |
patch 8.0.0174: executing "locale -a" on MS-Windows needlessly Problem: For completion "locale -a" is executed on MS-Windows, even though it most likely won't work. Solution: Skip executing "locale -a" on MS-Windows. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 638e350..36f79b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 174, +/**/ 173, /**/ 172,