Skip to content

Conversation

bohrshaw
Copy link
Contributor

Fix #104. This should support more flexibility in customisation. With
this option enabled, input text not matching '^[vVmM].' are still
treated literal.

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.

Close justinmk#104.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support regex input
2 participants