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:
@@ -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: "")
|
||||
____
|
||||
|
||||
Reference in New Issue
Block a user