Merge branch '1540_tab_expansion_of_tilde'
* 1540_tab_expansion_of_tilde: Ticket #1545: Don't escape tilde on cmdline, this is not necessary.
Этот коммит содержится в:
Коммит
93a95a1040
@ -37,8 +37,8 @@
|
||||
|
||||
/*** file scope variables ************************************************************************/
|
||||
|
||||
static const char ESCAPE_SHELL_CHARS[] = " !#$%()&~{}[]`?|<>;*\\\"";
|
||||
static const char ESCAPE_REGEX_CHARS[] = "^!#$%()&~{}[]`?|<>;*.\\";
|
||||
static const char ESCAPE_SHELL_CHARS[] = " !#$%()&{}[]`?|<>;*\\\"";
|
||||
static const char ESCAPE_REGEX_CHARS[] = "^!#$%()&{}[]`?|<>;*.\\";
|
||||
static const char ESCAPE_GLOB_CHARS[] = "$*\\";
|
||||
|
||||
/*** file scope functions ************************************************************************/
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user