<div dir="ltr">Hi all,<div><br></div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>I have attached the patch that fixes this.</div><div><br></div><div>Best Regards,</div><div>Anas</div></div>