Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/bash/cached.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_<?php echo $vars['script'] ?>()
{
local cur script coms opts com
local cur script coms opts com words
COMPREPLY=()
_get_comp_words_by_ref -n : cur words

Expand Down
2 changes: 1 addition & 1 deletion resources/bash/default.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_symfony()
{
local cur script com opts
local cur script com opts words
COMPREPLY=()
_get_comp_words_by_ref -n : cur words

Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/bash/cached.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_acme()
{
local cur script coms opts com
local cur script coms opts com words
COMPREPLY=()
_get_comp_words_by_ref -n : cur words

Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/bash/default.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_symfony()
{
local cur script com opts
local cur script com opts words
COMPREPLY=()
_get_comp_words_by_ref -n : cur words

Expand Down