Compare commits

..

1 Commits

Author SHA1 Message Date
Insik Lee 89221dc982
Merge f257e4fd23 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] # 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 # with commands from it. Terminates early and returns 1 if there are more
# tokens than the specified limit. # tokens than the specified limit.
# #