vim-patch:8.0.0174

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)

b8f7bd68f6
This commit is contained in:
ckelsel
2017-08-10 08:36:31 +08:00
parent 085102fadf
commit 4cd2749b10
2 changed files with 16 additions and 11 deletions

View File

@@ -778,7 +778,7 @@ static const int included_patches[] = {
177,
176,
// 175,
// 174,
174,
// 173 NA
172,
// 171,