From: Shohei YOSHIDA <syohex@gmail.com>
To: zsh-workers@zsh.org
Cc: Shohei YOSHIDA <syohex@gmail.com>
Subject: [PATCH 3/3] Update erb completion for version 4.0.2
Date: Tue, 27 Dec 2022 11:31:51 +0900 [thread overview]
Message-ID: <20221227023151.901842-4-syohex@gmail.com> (raw)
In-Reply-To: <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
prev parent reply other threads:[~2022-12-27 2:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-27 2:31 [PATCH 0/3] Update ruby/irb/erb completions Shohei YOSHIDA
2022-12-27 2:31 ` [PATCH 1/3] Update ruby completion for version 3.2.0 Shohei YOSHIDA
2022-12-27 2:31 ` [PATCH 2/3] Add irb completion for version 1.6.2 Shohei YOSHIDA
2022-12-27 2:31 ` Shohei YOSHIDA [this message]
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=20221227023151.901842-4-syohex@gmail.com \
--to=syohex@gmail.com \
--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).