aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/parse.zsh2
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