Skip to content

Commit

Permalink
stdlib: No need for (A) flag when setting mod*_ice*_size via (P) flag
Browse files Browse the repository at this point in the history
  • Loading branch information
psprint committed Oct 16, 2017
1 parent 344b03c commit 5eacfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib.lzui
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ function -zui_std_map_replies() {
var_name="mod${1}_ice${2}_output"
: ${(PA)var_name::="${reply[@]}"}
var_name="mod${1}_ice${2}_size"
: ${(PA)var_name::=${#reply}}
: ${(P)var_name::=${#reply}}
var_name="mod${1}_ice${2}_nonselectables"
: ${(PA)var_name::="${reply2[@]}"}
var_name="mod${1}_ice${2}_hops"
Expand Down

0 comments on commit 5eacfac

Please sign in to comment.