From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 52147177 for ; Wed, 29 Jan 2020 22:18:52 +0000 (UTC) Received: (qmail 401 invoked by alias); 29 Jan 2020 22:18:45 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24669 Received: (qmail 22666 invoked by uid 1010); 29 Jan 2020 22:18:45 -0000 X-Qmail-Scanner-Diagnostics: from mail-vs1-f41.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25703. spamassassin: 3.4.2. Clear:RC:0(209.85.217.41):SA:0(-2.0/5.0):. Processed in 2.31008 secs); 29 Jan 2020 22:18:45 -0000 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.41 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qc/G762lNa7eCPMqwkFTlCOcXFv4I93DZzMXk/IaTxo=; b=rI/F39FE5v3jZItpATDrQND6nEdv6uJkp7zcMOjWqbzjPDWKL6/E0Br0ThNvbj/QH8 8lKltS9a4VABnSreJG5gDX2Z5mCDy9giNYqJ1lxPt6vJF+rIcJ5Vfqh6PqS82nt+FWUz dSh4jrbTbhMP2vh/UkDo2JLm9lEPVxDMx0c2w8Td7nkPGrPpIgWS6Nt30v95O3ALQVhE X2aVuMVAV5TQgrMKj1kcbfzvuX+D3S2q+pWtXL0ogHwAhMuPqp9SRhcG+qgahof4HcfQ aOa79rmDS99ZXewexOptv3CBlkSicFjSMLrfwSDzHuiExXCYmlFcTNy4tNcfvIQKGpFL iQBg== X-Gm-Message-State: APjAAAVJx4AK05D0BMkNzTXbVplfWM246YWwXB++/1TMTxXRwJDzYnG7 oxg6b8SWtA5hl+b4Or2JhbCRcoqAooSakTQACS4CGDpf5Fg= X-Google-Smtp-Source: APXvYqwpeuqYaHzv/S7+xENhQwJA5QAcM5U+Oo/ONSxwAbRHNV/wfOCwT91M3HjgHN87trdq45Ep6KYj//fD3AiPS7E= X-Received: by 2002:a67:e24f:: with SMTP id w15mr1347757vse.113.1580336285192; Wed, 29 Jan 2020 14:18:05 -0800 (PST) MIME-Version: 1.0 From: Sebastian Gniazdowski Date: Wed, 29 Jan 2020 23:18:02 +0100 Message-ID: Subject: Updates to Plugin Standard To: Zsh Users Content-Type: multipart/alternative; boundary="000000000000e79842059d4eb692" --000000000000e79842059d4eb692 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, recently, I've added a few meaningful sections to the plugin standard (available at http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html): 1. A section on a new directory called `functions' that is to hold autoloadables, 2. A section that advises to name hashes like MyHash, Hash, etc. =E2=80=93 = i.e.: with the capitalization (extending the current unwritten convention of naming scalars uppercase and arrays lowercase; this convention is also mentioned in the document), 3. A section advising to use a `Plugins' hash to store all the plugin data, 4. A section on a new global parameter `PMSPEC' that is to hold the capabilities of the plugin manager. --=20 Sebastian Gniazdowski News: https://twitter.com/ZdharmaI IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin Blog: http://zdharma.org --000000000000e79842059d4eb692--