mirror of https://github.com/MidnightCommander/mc
Add $ and ` for escaping and reorder it according to the ascii values
This commit is contained in:
parent
2bce868a9b
commit
25125440a4
|
@ -1526,4 +1526,3 @@ Q_ (const char *s)
|
|||
sep = strchr(result, '|');
|
||||
return (sep != NULL) ? sep + 1 : result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue