Skip to content

Commit 03e3412

Browse files
committed
-zplugin.ch: Fix load & other subcommands (were always highlighting OK)
1 parent 092566a commit 03e3412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chroma/-zplugin.ch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ fsh__zplugin__chroma__def=(
149149
chroma/-zplugin-verify-plugin() {
150150
local _scmd="$1" _wrd="$4"
151151

152-
[[ -d "$_wrd" ]] && \\
152+
[[ -d "$_wrd" ]] && \
153153
{ __style=${FAST_THEME_NAME}correct-subtle; return 0; }
154154

155155
typeset -a plugins

0 commit comments

Comments
 (0)