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

Case insensitive --map-syntax (#2650)

Co-authored-by: Nicolas AMBRY <nicolas.ambry@atos.net>
This commit is contained in:
Nicolas AMBRY
2023-09-14 16:04:43 +02:00
committed by GitHub
parent e2bf85e749
commit 5a240f36b9
4 changed files with 27 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
## Bugfixes
- Fix `more` not being found on Windows when provided via `BAT_PAGER`, see #2570, #2580, and #2651 (@mataha)
- Switched default behavior of `--map-syntax` to be case insensitive #2520
## Other