Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham
	autolearn_force=no version=3.4.1
Date: Tue, 05 Jul 2016 04:57:55 +0000
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: Eric Cook <llua@gmx.com>
Cc: zsh-workers@zsh.org
Subject: Re: [PATCH] _fc: allow the user to limit the number of events
Message-ID: <20160705045755.GA11492@tarsus.local2>
References: <1467667979-31193-1-git-send-email-llua@gmx.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <1467667979-31193-1-git-send-email-llua@gmx.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Seq: zsh-workers 38789

Eric Cook wrote on Mon, Jul 04, 2016 at 17:32:59 -0400:
> I am open to a better style name if someone can think of one.

> +kindex(history-events, completion style)
> +item(tt(history-events))(
> +If this is set to a number, it is used to limit the number of history
> +events when completing tt(fc) or tt(history).
> +)

How about calling the style `limit`?  That name is more generic so other
places could use it too.  (Example: __git_reflog_entries)

