Re: [pacman-dev] [PATCH v2] Show install status during file search

2018-08-28 Thread Allan McRae
On 17/08/18 14:41, morganamilo wrote: > When doing "pacman -Fs", show the "[installed: version]" > message just like "pacman -Ss". > > Signed-off-by: morganamilo > --- > > Fixed extra \n's > Great - this version looks good to me. A

[pacman-dev] [PATCH v2] Show install status during file search

2018-08-16 Thread morganamilo
When doing "pacman -Fs", show the "[installed: version]" message just like "pacman -Ss". Signed-off-by: morganamilo --- Fixed extra \n's diff --git a/src/pacman/files.c b/src/pacman/files.c index d7fc5446..58cf8d3d 100644 --- a/src/pacman/files.c +++ b/src/pacman/files.c @@ -101,6 +101,7 @@