Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 17/25] Write a better comment for last TODO.
- X-seq: zsh-workers 42844
- From: doron.behar@xxxxxxxxx
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 17/25] Write a better comment for last TODO.
- Date: Sat, 26 May 2018 18:06:26 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references; bh=2hGsU3anN+mFTfX4oqL5UJwwuiAQEPJlKnRHUbpnHAE=; b=IhkKqg++gLC5qLSkx17dxrYV3+EL+YwXFttTxgSQGvJ20JDqPDjR04QRPodOuo1f6b s9cFmr18S5o6S0aSGBwCBjKvChp93y9HJZJMlFpCH6U08gOWCEcpNJ2ODabi2dhdDnCL qbZRbJoXVn4rAinboLm3R8F48rUC9+0hjXyRftWGgmFXUuysfuHHGasS80zWdIOeaBHI kj7sgaQef2UIPfdRtJEY114Z/kkCeQabogxDHqQU0MfQscYu8YngQLgXvaFO3+UrzlPw VSda4K4GYDwt3PDByka0o1Bb9c4oF7tteaQLOgndtTHotqS1HjnAEFs7dKpJDnVWkCQE KYPw==
- In-reply-to: <20180526150634.15683-1-doron.behar@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180526150634.15683-1-doron.behar@gmail.com>
From: Doron Behar <doron.behar@xxxxxxxxx>
I don't know how to finish it.
---
Completion/Unix/Command/_luarocks | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Completion/Unix/Command/_luarocks b/Completion/Unix/Command/_luarocks
index c2ecde869..d7355c1ba 100644
--- a/Completion/Unix/Command/_luarocks
+++ b/Completion/Unix/Command/_luarocks
@@ -54,6 +54,8 @@ __luarocks_rock_version(){
;;
"installed")
# TODO: actually complete versions of installed rocks using the cache
+ # How does luarocks handles multiple versions of the same package?
+ # If anybody knows, please write something beautiful here
_message -e "version for installed rock ${words[$i]}"
return
;;
--
2.17.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author