réplica de
https://github.com/Hilbis/Hilbish
sincronizado 2025-07-18 16:52:02 +00:00
fix: add missing comma in escape list for file completions and add more cases
Este cometimento está contido em:
ascendente
994daba078
cometimento
f26931d4cb
@ -32,6 +32,10 @@ func matchPath(path, pref string) ([]string, error) {
|
||||
"'", "\\'",
|
||||
"`", "\\`",
|
||||
" ", "\\ ",
|
||||
"(", "\\(",
|
||||
")", "\\)",
|
||||
"[", "\\[",
|
||||
"]", "\\]"
|
||||
}
|
||||
|
||||
r := strings.NewReplacer(args...)
|
||||
|
Carregando…
x
Criar uma nova questão referindo esta
Bloquear um utilizador