1
0
Fork 0
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:
Jun-ichi Takimoto 2015-01-28 23:19:48 +09:00
parent 5fc4946b4d
commit f591458321
2 changed files with 5 additions and 1 deletions

View file

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

View file

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