You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prefix input text with '\v', '\m' or '\M' to turn on "regex mode".
This doesn't break search of "literal text" whose length is less than 3.
Because only text matching '^\\[vVmM].' are not literal any more, which
is identical to what "literal text" means in Vim search pattern starting
with '\V'.
Systemic adjustments are needed for utilizing "regex mode", which is
better to be served by the author.
Closejustinmk#104.
0 commit comments