Re: [PATCH] Bash 3.x completion support

2017-10-05 Thread Graham Lyons
This looks better. On 25 September 2017 at 10:56, Nikolay A. Fetisov <n...@naf.net.ru> wrote: > Hello, > > В Пт, 08/09/2017 в 12:15 +0100, Graham Lyons пишет: > > ... Avoiding use of `compopt` still seems to allow the completion to > > work (I'm guessing there's

Re: [PATCH] Bash 3.x completion support

2017-09-19 Thread Graham Lyons
your bash version with a package manager. Then you > have to add it to /etc/shells before changing to the new bash. > > On Sep 8, 2017 10:39, "Graham Lyons" <gra...@grahamlyons.com> wrote: > >> Aha. I just redirected `git diff master` to a file. >> >> I'll tr

Re: [PATCH] Bash 3.x completion support

2017-09-08 Thread Graham Lyons
Aha. I just redirected `git diff master` to a file. I'll try your suggestion. Thank you. On 8 Sep 2017 18:23, "Erik Wenzel" <e...@code.de> wrote: > > > On 8. Sep 2017, at 13:15, Graham Lyons <gra...@grahamlyons.com> wrote: > > > > Hello, > > >

[PATCH] Bash 3.x completion support

2017-09-08 Thread Graham Lyons
Hello, I'm using password-store on OSX (latest, 10.12.6) which comes with Bash version 3.2.57. I get errors when using the completion as the `compopt` command doesn't exist before Bash 4. Avoiding use of `compopt` still seems to allow the completion to work (I'm guessing there's something