summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-12-02 16:01:29 +0100
committerBram Moolenaar <bram@vim.org>2010-12-02 16:01:29 +0100
commit57cbac362d45e21ca11a00ec485cd974c3fc2ce4 (patch)
tree39243d891e9ca7479d67e5a3a063960fe35a97b0 /runtime
parentf8e313dde7956f273af4a0f5518ef24fe6f87e4a (diff)
downloadvim-57cbac362d45e21ca11a00ec485cd974c3fc2ce4.tar.gz
updated for version 7.3.072v7.3.072v7-3-072
Problem: Can't complete file names while ignoring case. Solution: Add 'wildignorecase'.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index db3ea35d..425f9831 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -7752,6 +7752,17 @@ A jump table for the options with a short description can be found at |Q_op|.
a pattern from the list. This avoids problems when a future version
uses another default.
+
+ *'wildignorecase* *'wic'* *'nowildignorecase* *'nowic'*
+'wildignorecase' 'wic' boolean (default off)
+ global
+ {not in Vi}
+ When set case is ignored when completing file names and directories.
+ Has no effect on systems where file name case is generally ignored.
+ Does not apply when the shell is used to expand wildcards, which
+ happens when there are special characters.
+
+
*'wildmenu'* *'wmnu'* *'nowildmenu'* *'nowmnu'*
'wildmenu' 'wmnu' boolean (default off)
global