From: Karel Balej <balejk@matfyz.cz>
To: zsh-workers@zsh.org
Cc: balejk@matfyz.cz
Subject: [RFC PATCH 2/2] enable completion for mpc insert
Date: Fri, 27 Sep 2024 18:31:35 +0200 [thread overview]
Message-ID: <20240927163300.25833-2-balejk@matfyz.cz> (raw)
In-Reply-To: <20240927163300.25833-1-balejk@matfyz.cz>
---
Completion/Unix/Command/_mpc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Completion/Unix/Command/_mpc b/Completion/Unix/Command/_mpc
index 93100de09ca8..4566866ebfbd 100644
--- a/Completion/Unix/Command/_mpc
+++ b/Completion/Unix/Command/_mpc
@@ -215,6 +215,10 @@ _mpc_add() {
_mpc_helper_all_files
}
+_mpc_insert() {
+ _mpc_helper_all_files
+}
+
_mpc_albumart() {
_mpc_helper_files
}
--
2.46.0
next prev parent reply other threads:[~2024-09-27 16:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-27 16:31 [RFC PATCH 1/2] complete absolute paths for mpc add Karel Balej
2024-09-27 16:31 ` Karel Balej [this message]
2024-11-09 15:21 ` Karel Balej
2024-11-09 19:44 ` Bart Schaefer
2024-11-10 18:56 ` Karel Balej
2024-11-10 23:10 ` Bart Schaefer
2024-11-11 19:26 ` Karel Balej
2024-11-12 2:52 ` Bart Schaefer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240927163300.25833-2-balejk@matfyz.cz \
--to=balejk@matfyz.cz \
--cc=zsh-workers@zsh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).