From bc0429f3bb3f63454be4ab4a01690bc0f0330409 Mon Sep 17 00:00:00 2001 From: romkatv Date: Sun, 12 Jan 2020 11:54:21 +0100 Subject: [PATCH] comments --- internal/parse.zsh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/internal/parse.zsh b/internal/parse.zsh index d093f851..12f96775 100644 --- a/internal/parse.zsh +++ b/internal/parse.zsh @@ -95,6 +95,12 @@ typeset -gA __pb_term_skip=( ';|' '\)|esac' ) +# Usage: _parse_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: # # ---------------