On 12/18/21 4:43 AM, konsolebox wrote:
Right now I'm trying to perfect this completion script for rake
(https://git.io/JDaSA), but the problem is it has to rely on modifying
the COMP_WORDBREAKS variable so it doesn't contain '=' and ':'. This
conflicts with git's completion script at least which
Right now I'm trying to perfect this completion script for rake
(https://git.io/JDaSA), but the problem is it has to rely on modifying
the COMP_WORDBREAKS variable so it doesn't contain '=' and ':'. This
conflicts with git's completion script at least which prefers `:` to
be assigned, and I'm not