From 77be5b05c6e9953911df4efb5383369283524ff8 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 30 May 2019 19:18:23 +0200 Subject: [PATCH] CHANGELOG `complete -F` [ci skip] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff27e18d..7a36efb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ - `count` now also counts lines fed on stdin (#5744). - `printf` prints what it can when input hasn't been fully converted to a number, but still prints an error (#5532). - `complete -C foo` now works instead of erroring out and requiring `complete -Cfoo`. +- `complete` gained a new `--force-files` (short `-F`) switch to reenable file completions. This allows `sudo -E` and `pacman -Qo` to complete correctly (#5646). - `argparse` now defaults to showing the current function name (instead of `argparse`) in its errors, making `--name` often superfluous (#5835). - `argparse` learned a new `--ignore-unknown` flag to keep unrecognized options, allowing multiple argparse passes to parse options (#5367). - `fish_indent` now handles semicolons better, including leaving them in place for `; and` and `; or` instead of breaking the line.