diff options
Diffstat (limited to 'common/locale/en-US/options.xml')
-rw-r--r-- | common/locale/en-US/options.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index bf45d564..bace1f07 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -1613,8 +1613,9 @@ <default>&option.wildignore.default;</default> <description> <p> - List of file patterns to ignore when completing files. For example, - the following will ignore object files and Vim swap files: + List of path name patterns to ignore when completing files and + directories. For example, the following will ignore object files + and Vim swap files: </p> <set opt="wildignore"><str delim="'">\.o$</str>,<str delim="'">^\..*\.s[a-z]{2}$</str></set> |