mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 08:00:06 +00:00
comments
This commit is contained in:
parent
856baeb610
commit
bc0429f3bb
1 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,12 @@ typeset -gA __pb_term_skip=(
|
|||
';|' '\)|esac'
|
||||
)
|
||||
|
||||
# Usage: _parse_buffer <buffer> [token-limit]
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# Broken:
|
||||
#
|
||||
# ---------------
|
||||
|
|
Loading…
Reference in a new issue