1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 11:14:14 +01:00

add 'wildignore' option

This commit is contained in:
Doug Kearns
2008-09-04 04:26:11 +00:00
parent 9dd8ca470f
commit 8f46fdb88e
5 changed files with 45 additions and 3 deletions

View File

@@ -705,6 +705,16 @@ want no bell at all.
____
|\'wildignore'| |\'wig'|
||'wildignore' 'wig'|| stringlist (default: "")
____
List of file patterns to ignore when completing files. E.g. to ignore object
files and Vim swap files [c]:set wildignore=.*\.o,\..*\.s[a-z]{2}[c]
Note: Unlike Vim each pattern is a regexp rather than a glob.
____
|\'wim'| |\'wildmode'|
||'wildmode' 'wim'|| stringlist (default: "list:full")
____