diff --git a/complete.go b/complete.go index ef3c94a..c22fcc4 100644 --- a/complete.go +++ b/complete.go @@ -35,7 +35,7 @@ func matchPath(path, pref string) ([]string, error) { "(", "\\(", ")", "\\)", "[", "\\[", - "]", "\\]" + "]", "\\]", } r := strings.NewReplacer(args...)