From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29832 invoked by alias); 5 Jul 2016 04:58:06 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 38789 Received: (qmail 29762 invoked from network); 5 Jul 2016 04:58:04 -0000 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 To: Eric Cook 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) 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)