mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-03 17:07:00 +03:00
6ca737d230
Namely, backslash-escaped metacharacter like {}*? will remain in the pattern (with the current code it is just stripped). Second, comma will be transformed to | only inside a group. Signed-off-by: Slava Zanko <slavazanko@gmail.com>