1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-05-20 11:31:28 +02:00

51255: Update erb completion for version 4.0.2

This commit is contained in:
Shohei YOSHIDA 2022-12-27 11:31:51 +09:00 committed by Oliver Kiddle
parent 7b50d62080
commit 92316b70ff
2 changed files with 6 additions and 2 deletions
ChangeLog
Completion/Unix/Command

View file

@ -1,5 +1,8 @@
2022-12-31 Oliver Kiddle <opk@zsh.org>
* Shohei YOSHIDA: 51255: Completion/Unix/Command/_ruby:
Update erb completion for version 4.0.2
* Shohei YOSHIDA: 51254: Completion/Unix/Command/_ruby:
Add irb completion for version 1.6.2

View file

@ -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