[pacman-dev] [PATCH 1/2] Update completion for -F changes

2019-10-23 Thread Allan McRae
Signed-off-by: Allan McRae --- scripts/completion/bash_completion.in | 3 +-- scripts/completion/zsh_completion.in | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/completion/bash_completion.in b/scripts/completion/bash_completion.in index 915004e2..129a87aa 100644

Re: [pacman-dev] [PATCH 1/2] Update completion for -F changes

2019-10-23 Thread Bruno Pagani
Le 23/10/2019 à 11:41, Allan McRae a écrit : > - files=('list machinereadable owns search refresh regex' 'l o s x y') > + files=('list machinereadablerefresh regex' 'l x y') Missing white space?

Re: [pacman-dev] [PATCH 1/2] Update completion for -F changes

2019-10-23 Thread Allan McRae
On 23/10/19 9:56 pm, Bruno Pagani wrote: > Le 23/10/2019 à 11:41, Allan McRae a écrit : >> - files=('list machinereadable owns search refresh regex' 'l o s x y') >> + files=('list machinereadablerefresh regex' 'l x y') > > Missing white space? > . > Thanks - fixed. A