* try harder to match special strings
This commit is contained in:
@ -475,6 +475,7 @@ handle_esc_maybe (GString *gstr, char **cur, gunichar uc,
|
||||
case '(':
|
||||
case ')':
|
||||
case '*':
|
||||
case '&':
|
||||
case '"':
|
||||
g_string_append_c (gstr, kar);
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user