mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 20:00:07 +00:00
Merge commit 'eadfdba7073e625562ae02841608ea37a46e0120'
This commit is contained in:
commit
1be10ebcf7
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ function gitstatus_start"${1:-}"() {
|
|||
args+=(-$opt $OPTARG)
|
||||
[[ $opt == m ]] && dirty_max_index_size=OPTARG
|
||||
;;
|
||||
e|U|W|D) args+=$opt;;
|
||||
e|U|W|D) args+=-$opt;;
|
||||
+(e|U|W|D)) args=(${(@)args:#-$opt});;
|
||||
\?) print -ru2 -- "gitstatus_start: invalid option: $OPTARG" ; return 1;;
|
||||
:) print -ru2 -- "gitstatus_start: missing required argument: $OPTARG"; return 1;;
|
||||
|
|
Loading…
Reference in a new issue