diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-01-11 21:02:27 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-01-11 21:02:27 +0300 |
commit | fc9cc6f82af5d1fce696a60f510226bae6bf01d8 (patch) | |
tree | a8ec0d795a2fc464a5af0dd6715dcc9fcd1fe920 | |
parent | 4fa3f2cd6a1efaeeaa32eab885d19caa182723aa (diff) |
typo
-rw-r--r-- | internal/parse.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/parse.zsh b/internal/parse.zsh index f28c901e..fda2a36b 100644 --- a/internal/parse.zsh +++ b/internal/parse.zsh @@ -153,7 +153,7 @@ function _p9k_parse_buffer() { () { while (( $#tokens )); do - if (( $#tokens == aln[-1] )); then + if (( $#tokens == alp[-1] )); then aln[-1]=() alp[-1]=() if (( $#tokens == alf[-1] )); then |