Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 3/3] Update erb completion for version 4.0.2
- X-seq: zsh-workers 51255
- From: Shohei YOSHIDA <syohex@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Cc: Shohei YOSHIDA <syohex@xxxxxxxxx>
- Subject: [PATCH 3/3] Update erb completion for version 4.0.2
- Date: Tue, 27 Dec 2022 11:31:51 +0900
- Archived-at: <https://zsh.org/workers/51255>
- In-reply-to: <20221227023151.901842-1-syohex@gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <20221227023151.901842-1-syohex@gmail.com>
---
Completion/Unix/Command/_ruby | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Completion/Unix/Command/_ruby b/Completion/Unix/Command/_ruby
index 3f2a71467..d5977156f 100644
--- a/Completion/Unix/Command/_ruby
+++ b/Completion/Unix/Command/_ruby
@@ -100,8 +100,9 @@ erb=(
"-P[don't evaluate lines which start with %]"
'-T[specify trim mode]:mode [0]:((0\:EOL\ remains 1\:EOL\ removed\ if\ line\ ends\ with\ %\> 2\:EOL\ removed\ if\ line\ starts\ with\ \<%\ and\ ends\ with\ %\> -\:EOL\ is\ removed\ if\ line\ ends\ with\ -%\>,\ leading\ whitespace\ removed\ after\ \<%-))'
'(-d --debug)'{-d,--debug}'[set debugging flags (set $DEBUG to true)]'
- '-n[used with -x, prepends line number to output]'
- '-x[convert eRuby to Ruby]'
+ '-n[print ruby script with line number]'
+ '-x[print ruby script]'
+ '-v[enable verbose mode]'
)
case "$service" in
--
2.37.2
Messages sorted by:
Reverse Date,
Date,
Thread,
Author