1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 05:21:26 +02:00

Add 'wildcase' option

This commit is contained in:
Kris Maglione
2008-11-28 05:07:23 +00:00
parent 2ef031c756
commit 5e732e3bf1
6 changed files with 71 additions and 12 deletions
+13
View File
@@ -743,6 +743,19 @@ this option.
____
|\'wildcase'| |\'wic'|
||'wildcase' 'wic'|| string (default: "smart")
____
Defines how completions are matched with regard to character case.
`---------------`------------------------
"smart" Case is significant when capital letters are typed
"match" Case is always significant
"ignore" Case is never significant
-----------------------------------------
____
|\'wildignore'| |\'wig'|
||'wildignore' 'wig'|| stringlist (default: "")
____