better fix for file completion in Go

When neither extensions for mime are specified assume we want to match
all files.
This commit is contained in:
Kovid Goyal
2023-01-23 18:01:17 +05:30
parent 8e98b4123e
commit 5066623089
2 changed files with 6 additions and 1 deletions

View File

@@ -253,7 +253,7 @@ accepted before or is pre-configured in :file:`kitty.conf`.
--password-file
completion=type:file mime:* relative:conf kwds:-
completion=type:file relative:conf kwds:-
default=rc-pass
A file from which to read the password. Trailing whitespace is ignored. Relative
paths are resolved from the kitty configuration directory. Use - to read from STDIN.