mirror of https://github.com/MidnightCommander/mc
7be9334e45
Note: considering that this feature hasn't worked, we may consider removing it entirely or partially (e.g., escaping) in order to simplify the code, as nobody has grown used to it. It seems, based on the "hex mode" mentioned in the manual page, that in the past there was no "normal" search in hex mode, and quoted strings were the only easy way to look for text. This is no longer the case nowadays. Note: the characters in the quoted string are copied out as-is to the regexp. No regexp-quoting is currently done. We may want to revisit this issue when we work on ticket #3695. Signed-off-by: Andrew Borodin <aborodin@vmail.ru> |
||
---|---|---|
.. | ||
Makefile.am | ||
glob_prepare_replace_str.c | ||
glob_translate_to_regex.c | ||
hex_translate_to_regex.c | ||
regex_process_escape_sequence.c | ||
regex_replace_esc_seq.c | ||
translate_replace_glob_to_regex.c |