Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[RFC PATCH 2/2] enable completion for mpc insert
---
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author