From b1fae25c20074a343525d63a23148fbfaa2ebddf Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Tue, 18 Feb 2020 02:50:54 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20the=20handler=20from=20:za-*=20to=20?= =?UTF-8?q?=E2=86=92za-*=20to=20allow=20using=20on=20Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- z-a-patch-dl.plugin.zsh | 12 ++++++------ :za-patch-dl-handler => →za-patch-dl-handler | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename :za-patch-dl-handler => →za-patch-dl-handler (100%) diff --git a/z-a-patch-dl.plugin.zsh b/z-a-patch-dl.plugin.zsh index 06457a1..d982762 100644 --- a/z-a-patch-dl.plugin.zsh +++ b/z-a-patch-dl.plugin.zsh @@ -4,18 +4,18 @@ 0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" 0="${${(M)0:#/*}:-$PWD/$0}" -autoload -Uz :za-patch-dl-handler +autoload -Uz →za-patch-dl-handler # An empty stub to fill the help handler fields -:za-patch-dl-help-null-handler() { :; } +→za-patch-dl-help-null-handler() { :; } # Register !atclone hook @zinit-register-annex "z-a-patch-dl" hook:\!atclone \ - :za-patch-dl-handler \ - :za-patch-dl-help-null-handler \ + →za-patch-dl-handler \ + →za-patch-dl-help-null-handler \ "dl''|patch''" # register a new ice-mod: test'' # Register !atpull hook @zinit-register-annex "z-a-patch-dl" hook:\!atpull \ - :za-patch-dl-handler \ - :za-patch-dl-help-null-handler + →za-patch-dl-handler \ + →za-patch-dl-help-null-handler diff --git a/:za-patch-dl-handler b/→za-patch-dl-handler similarity index 100% rename from :za-patch-dl-handler rename to →za-patch-dl-handler