mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 22:32:12 +02:00
34423: fix a typo in _ruby
This commit is contained in:
parent
5fc4946b4d
commit
f591458321
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-01-28 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 34423: _ruby: fix a typo
|
||||
|
||||
2015-01-27 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
|
||||
* 34419: Doc/Zsh/contrib.yo: vcs_info documentation: Fix wording
|
||||
|
|
|
@ -95,7 +95,7 @@ case "$service" in
|
|||
_arguments -C -s : $irb $all $common && ret=0
|
||||
;;
|
||||
erb[0-9.]#)
|
||||
RUBY=${words[1]/irb/ruby}
|
||||
RUBY=${words[1]/erb/ruby}
|
||||
_arguments -C -s : $erb $all \
|
||||
'*:erb file:_files -g "*.erb(-.)"' && ret=0
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue