Compare commits

..

1 Commits

Author SHA1 Message Date
Benjamin "Ziirish" SANS a5aba71584
Merge 672b958a7e into 05b11d8b92 2025-01-23 20:57:37 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ typeset -grA __p9k_pb_term_skip=(
# Usage: _p9k_parse_buffer <buffer> [token-limit]
#
# Parses the specified command line buffer and populates array P9K_COMMANDS
# Parses the specified command line buffer and pupulates array P9K_COMMANDS
# with commands from it. Terminates early and returns 1 if there are more
# tokens than the specified limit.
#