Glad to help! If there are any bugs or problems with the patch, feel free to let me know and I will fix them.
Is there anything else I need to do to merge the change into the repository, or is someone else in control of that? Anas On 1 February 2016 at 10:31, Kjetil Torgrim Homme < [email protected]> wrote: > On 01/31/2016 03:06 PM, Anas Syed wrote: > > When one uses autocompletion on bash, autocompleting the only match > > doesn't add an extra space. This is necessary when we are completing > > directory names, however, when we are completing commands and other > > command line flags, then we want an extra space, as is usual with the > > completion for other programs. > > > > I've fixed this by not passing "-o nospace" to complete, (so the default > > is that spaces are added). I then put "compopt -o nospace" whenever we > > don't want to add an extra space. > > > > I have attached the patch that fixes this. > > this works great! thank you for sharing. > > -- > Kjetil T. Homme > Redpill Linpro - Changing the game > >
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
