From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20325 invoked from network); 27 May 2021 23:13:05 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 27 May 2021 23:13:05 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Message-ID:Date:Content-ID: Content-Type:MIME-Version:Subject:To:References:From:In-reply-to:cc:Reply-To: Content-Transfer-Encoding:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=/tJHGulScaDBBgRblRCNMUSN+kV3nnY4qryXoa7Z00U=; b=EUtnRZKFCFn2OtAHGswsilSFML Oug0/CCL0hSqbIFQxhbwD+v/+Ny5rb7IaJriS+VgDjfNbHNjLdGEb8Yr7xFlDU/SbpiXsOKNDE52h gpXxxoh2b/vP5rVua0eJAxWXBDeNR6xCpPdWZUyweaavAT/ysdqDd7YncxfievNgMXTZqX40S83ZU d983B0MTi7JVp8WoDYfp/RyuVBENJUZzcyd/7xPVOS/zmhxgFWtt4Jy6kjn0GX8nxI9L8GMlbTfNu 99VqAKgLyYVKjCYoJOZFDJfWysPXMxZZ02pfpDrE2JAe4g8V82JK7Pzb+MnSYAyXzTZp62eqZU3UQ eY2R932A==; Received: from authenticated user by zero.zsh.org with local id 1lmPBZ-000AlU-7E; Thu, 27 May 2021 23:13:05 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lmPB0-000AQf-Nd; Thu, 27 May 2021 23:12:30 +0000 Received: from [192.168.178.21] (helo=hydra) by mail.kiddle.eu with esmtp(Exim 4.94.2) (envelope-from ) id 1lmPAz-0003kA-Bd; Fri, 28 May 2021 01:12:29 +0200 cc: zsh-workers@zsh.org In-reply-to: <9167a03c-aee1-437e-85cd-53783868f548@www.fastmail.com> From: Oliver Kiddle References: <48737102-54FB-4BB6-969E-9DDA65F3417F@kba.biglobe.ne.jp> <4721-1622153149.240316@WPfm.XbkI.5kzM> <9167a03c-aee1-437e-85cd-53783868f548@www.fastmail.com> To: "Daniel Shahaf" Subject: Re: [PATCH 0/2] _pandoc: avoid use of cache, etc. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <14392.1622157149.1@hydra> Date: Fri, 28 May 2021 01:12:29 +0200 Message-ID: <14393-1622157149.357706@QWbZ.oK6C.E84u> X-Seq: 48941 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: "Daniel Shahaf" wrote: > Oliver Kiddle wrote on Thu, 27 May 2021 22:05 +00:00: > > And I don't think we should have editor > > specific markers for options either. That's what .editorconfig is for. > > > > This patch removes vim markers in _pandoc and a couple of other > > completion functions. They can also be found in files below Functions > > Where? I don't see any {{{,}}} fold markers under Functions/. In that case, they are vim markers for options. E.g Misc/ztodo contains # vim: set ft=zsh et sw=2 sts=2: Oliver