Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2025 17:25:29 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6239d44fa9d0 - main - shells/zsh-fast-syntax-highlighting: Fix pkg-message
Message-ID:  <202510081725.598HPT6H003816@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6239d44fa9d0251dd8c4851e9f3124053082d2c7

commit 6239d44fa9d0251dd8c4851e9f3124053082d2c7
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2025-10-08 17:21:26 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-10-08 17:25:16 +0000

    shells/zsh-fast-syntax-highlighting: Fix pkg-message
    
    Fix a typo in the pkg-message.
    
    PR:             290030
    Reported by:    Martijn <m.heuzinkveld@pm.me>
    Approved by:    portmgr (blanket, fix typo)
---
 shells/zsh-fast-syntax-highlighting/files/pkg-message.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shells/zsh-fast-syntax-highlighting/files/pkg-message.in b/shells/zsh-fast-syntax-highlighting/files/pkg-message.in
index da4b6b7f7bfa..763d877a0f22 100644
--- a/shells/zsh-fast-syntax-highlighting/files/pkg-message.in
+++ b/shells/zsh-fast-syntax-highlighting/files/pkg-message.in
@@ -3,7 +3,7 @@
   message: <<EOM
 Add the line below to *the end of* your .zshrc to enable highlighting.
 
-source %%DATADIR%%/fast-syntax-highlighting-plugin.zsh
+source %%DATADIR%%/fast-syntax-highlighting.plugin.zsh
 EOM
 }
 ]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510081725.598HPT6H003816>