This commit is an example of toggling case folding during a search. It was created in response to #35. It adds the variable vr--case-fold-search and a keybinding M-c to toggle it. It is intended to imitate the behavior of isearch-regexp.
I have tested this commit with respect to visual-regexp but I have not tested how it is affected by visual-regexp-steroids. It should be verified before merging (if merged at all).
This commit is an example of toggling case folding during a search. It was created in response to #35. It adds the variable
vr--case-fold-search
and a keybindingM-c
to toggle it. It is intended to imitate the behavior ofisearch-regexp
.I have tested this commit with respect to
visual-regexp
but I have not tested how it is affected byvisual-regexp-steroids
. It should be verified before merging (if merged at all).