Add config option for literal search queries #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "literal-backslash"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As it's quite common when writing LaTeX to have text which contains
\t(e.g.\textbf),\n(e.g.\newpage) or\r(e.g.\rightarrow), it would be useful if a search query could have an option to disable the automatic conversion of these characters.The config option added in this branch seems to have the desired effect, but the name of the config option is debatable (it could be
exact, perhaps, or something else).It's still possible to match newlines (for example) by entering
\n, but only in regex mode.Merged as
5353fd9059, clarified doc comment infe6f7d3d69Pull request closed