mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-09-10 07:16:18 -04:00
-git.ch: Setting LANG=C for "git help -a"
so that the output is expected and don't render all subcommands as invalid.
This commit is contained in:
parent
065fe9ce34
commit
770330eaea
|
|
@ -93,7 +93,7 @@ else
|
|||
fi
|
||||
if (( __start_pos >= 0 )); then
|
||||
# if subcommand exists
|
||||
-fast-run-command "git help -a" chroma-git-subcmd-list "" $(( 5 * 60 ))
|
||||
LANG=C -fast-run-command "git help -a" chroma-git-subcmd-list "" $(( 5 * 60 ))
|
||||
# (s: :) will split on every space, but because the expression
|
||||
# isn't double-quoted, the empty elements will be eradicated
|
||||
# Some further knowledge-base: s-flag is special, it skips
|
||||
|
|
|
|||
Loading…
Reference in a new issue