mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
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:
@@ -778,7 +778,7 @@ static const int included_patches[] = {
|
||||
177,
|
||||
176,
|
||||
// 175,
|
||||
// 174,
|
||||
174,
|
||||
// 173 NA
|
||||
172,
|
||||
// 171,
|
||||
|
Reference in New Issue
Block a user