mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-10 14:04:11 +01:00
fix 'wildcase' help formatting
This commit is contained in:
@@ -726,6 +726,7 @@ Defines how completions are matched with regard to character case.
|
||||
"match" Case is always significant
|
||||
"ignore" Case is never significant
|
||||
-----------------------------------------
|
||||
|
||||
____
|
||||
|
||||
|
||||
@@ -733,7 +734,7 @@ ____
|
||||
||'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]
|
||||
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.
|
||||
____
|
||||
|
||||
Reference in New Issue
Block a user