1
0
forked from aniani/vim

patch 8.2.0961: MS-Windows: no completion for locales

Problem:    MS-Windows: no completion for locales.
Solution:   Use the directories in $VIMRUNTIME/lang to complete locales.
            (Christian Brabandt, closes 36248)
This commit is contained in:
Bram Moolenaar
2020-06-12 19:35:32 +02:00
parent 9721fb4ea3
commit ec68028604
4 changed files with 98 additions and 47 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
961,
/**/
960,
/**/