1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-20 16:33:20 +00:00

doc(changelog): add #3812 bugfix entry

This commit is contained in:
greymoth
2026-06-26 22:13:51 +09:00
parent fa00fb8ce8
commit 8f93137246
+1
View File
@@ -46,6 +46,7 @@
- Fixed syntax tests path, see #3610 (@foxfromworld)
- Fix zsh tab completion word-splitting language names containing spaces (e.g. `HTML (Jinja2)`, `Apache Conf`), see #3693 (@YoshKoz)
- Fix zsh tab completion offering invalid `-l` arguments (file globs, paths, hidden filenames) sourced from the second column of `--list-languages`. Closes #3735, see #3737 (@truffle-dev)
- Fix `usize` underflow in `--list-languages` when `--terminal-width` is smaller than the longest language name, see #3812 (@greymoth-jp)
## Other
- Use git version of cross. See #3533 (@OctopusET)