mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 00:50:37 +08:00
Allow escape_string_url from escape_string with wcstring
This was an oversight.
This commit is contained in:
parent
338b40bb43
commit
a229f703ae
|
@ -1109,7 +1109,7 @@ wcstring escape_string(const wcstring &in, escape_flags_t flags, escape_string_s
|
|||
break;
|
||||
}
|
||||
case STRING_STYLE_URL: {
|
||||
DIE("STRING_STYLE_URL not implemented");
|
||||
escape_string_url(in.c_str(), result);
|
||||
break;
|
||||
}
|
||||
case STRING_STYLE_VAR: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user