1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Improvements and fixes to zsh completion

* Use correct return status so that approximate completion isn't broken
* Follow zsh conventions on description forms
* Some options can be used multiple times, e.g. -H, -r, --file-name
* Set completion context correctly for the cache subcommand
* Better completion for --map-syntax argument
* Add --nonprintable-notation option
* Correct some of the mutual exclusion lists for options
This commit is contained in:
Oliver Kiddle
2023-11-12 14:26:56 +01:00
committed by Martin Nordholts
parent ad3ff26960
commit b43d31b75a
2 changed files with 64 additions and 52 deletions

View File

@@ -10,6 +10,7 @@
- Refactor and cleanup build script #2756 (@cyqsimon)
- Checks changelog has been written to for PRs in CI #2766 (@cyqsimon)
- Minor benchmark script improvements #2768 (@cyqsimon)
- Update and improve `zsh` completion, see #2772 (@okapia)
## Syntaxes