mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-23 19:52:12 +03:00
Merge remote branch 'origin/1903_fish_quote_escape'
* origin/1903_fish_quote_escape: Ticket: #1903: fish: mc hangs on any operation with files containing "'"(quote)
This commit is contained in:
commit
5e9729e05b
@ -37,7 +37,7 @@
|
||||
|
||||
/*** file scope variables ************************************************************************/
|
||||
|
||||
static const char ESCAPE_SHELL_CHARS[] = " !#$%()&{}[]`?|<>;*\\\"";
|
||||
static const char ESCAPE_SHELL_CHARS[] = " !#$%()&{}[]`?|<>;*\\\"'";
|
||||
static const char ESCAPE_REGEX_CHARS[] = "^!#$%()&{}[]`?|<>;*.\\";
|
||||
static const char ESCAPE_GLOB_CHARS[] = "$*\\";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user