Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH v2 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 d1036ccfab37..e3383e56dd3d 100644
--- a/Completion/Unix/Command/_mpc
+++ b/Completion/Unix/Command/_mpc
@@ -217,6 +217,10 @@ _mpc_add() {
   _mpc_helper_all_files
 }
 
+_mpc_insert() {
+  _mpc_helper_all_files
+}
+
 _mpc_albumart() {
   _mpc_helper_files
 }
-- 
2.47.0





Messages sorted by: Reverse Date, Date, Thread, Author