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

@@ -273,6 +273,7 @@ nextwild(
* options = WILD_SILENT: don't print warning messages
* options = WILD_ESCAPE: put backslash before special chars
* options = WILD_ICASE: ignore case for files
* options = WILD_ALLLINKS; keep broken links
*
* The variables xp->xp_context and xp->xp_backslash must have been set!
*/