File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
_<?php echo $ vars ['script ' ] ?> ()
2
2
{
3
- local cur script coms opts com
3
+ local cur script coms opts com words
4
4
COMPREPLY=()
5
5
_get_comp_words_by_ref -n : cur words
6
6
Original file line number Diff line number Diff line change 1
1
_symfony()
2
2
{
3
- local cur script com opts
3
+ local cur script com opts words
4
4
COMPREPLY=()
5
5
_get_comp_words_by_ref -n : cur words
6
6
Original file line number Diff line number Diff line change 1
1
_acme()
2
2
{
3
- local cur script coms opts com
3
+ local cur script coms opts com words
4
4
COMPREPLY=()
5
5
_get_comp_words_by_ref -n : cur words
6
6
Original file line number Diff line number Diff line change 1
1
_symfony()
2
2
{
3
- local cur script com opts
3
+ local cur script com opts words
4
4
COMPREPLY=()
5
5
_get_comp_words_by_ref -n : cur words
6
6
You can’t perform that action at this time.
0 commit comments