comparison src/cmdexpand.c @ 20818:a0b147774bd4 v8.2.0961

patch 8.2.0961: MS-Windows: no completion for locales Commit: https://github.com/vim/vim/commit/ec68028604b6ee799b2ef5fc861ec5163e82914f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 12 19:35:32 2020 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Jun 2020 19:45:04 +0200
parents d9a2e5dcfd9f
children 69055d27e85e
comparison
equal deleted inserted replaced
20817:ed270e2a7a64 20818:a0b147774bd4
271 * options = WILD_ADD_SLASH: add a slash after directory names 271 * options = WILD_ADD_SLASH: add a slash after directory names
272 * options = WILD_KEEP_ALL: don't remove 'wildignore' entries 272 * options = WILD_KEEP_ALL: don't remove 'wildignore' entries
273 * options = WILD_SILENT: don't print warning messages 273 * options = WILD_SILENT: don't print warning messages
274 * options = WILD_ESCAPE: put backslash before special chars 274 * options = WILD_ESCAPE: put backslash before special chars
275 * options = WILD_ICASE: ignore case for files 275 * options = WILD_ICASE: ignore case for files
276 * options = WILD_ALLLINKS; keep broken links
276 * 277 *
277 * The variables xp->xp_context and xp->xp_backslash must have been set! 278 * The variables xp->xp_context and xp->xp_backslash must have been set!
278 */ 279 */
279 char_u * 280 char_u *
280 ExpandOne( 281 ExpandOne(