summaryrefslogtreecommitdiffstats
path: root/src/cmdexpand.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-12 19:35:32 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-12 19:35:32 +0200
commitec68028604b6ee799b2ef5fc861ec5163e82914f (patch)
tree8bca3fd874a5b7cbccb83b8276e13b938832b31f /src/cmdexpand.c
parent9721fb4ea3db2559aaf7f71458da8ddda30ff93e (diff)
patch 8.2.0961: MS-Windows: no completion for localesv8.2.0961
Problem: MS-Windows: no completion for locales. Solution: Use the directories in $VIMRUNTIME/lang to complete locales. (Christian Brabandt, closes 36248)
Diffstat (limited to 'src/cmdexpand.c')
-rw-r--r--src/cmdexpand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmdexpand.c b/src/cmdexpand.c
index 1e33987131..b0ea057ae1 100644
--- a/src/cmdexpand.c
+++ b/src/cmdexpand.c
@@ -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!
*/