From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20116 invoked by alias); 21 Nov 2014 00:49:28 -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: 33731 Received: (qmail 17030 invoked from network); 21 Nov 2014 00:49:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=AKpDk7pY c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=5y4faFyK3SkA:10 a=nHE62Dg3aPbitwes9FYA:9 a=CjuIK1q_8ugA:10 a=dVHkblegLZ4A:10 a=yx4N0lfluFMA:10 a=gCxbK_ZQoRMA:10 From: Bart Schaefer Message-id: <141120164942.ZM3953@torch.brasslantern.com> Date: Thu, 20 Nov 2014 16:49:42 -0800 In-reply-to: <15511.1416528068@thecus.kiddle.eu> Comments: In reply to Oliver Kiddle "Re: PATCH: key bindings, fixes, docs, tests for vi stuff" (Nov 21, 1:01am) References: <930.1416260160@thecus.kiddle.eu> <42F4E5F2-97E7-4803-87CB-B1C67CD943B2@kba.biglobe.ne.jp> <15511.1416528068@thecus.kiddle.eu> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "zsh-workers@zsh.org" Subject: Re: PATCH: key bindings, fixes, docs, tests for vi stuff MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 21, 1:01am, Oliver Kiddle wrote: } } + * textobjects.c - ZLE module implementing Vim style text objects This isn't actually a "module" is it? It's just part of the ZLE vi widget set? I have from time to time wondered if segregating some of the builtin widgets into loadable modules might be beneficial.