Re: Feature Request: Allow each completion to have their own wordbreaks

2021-12-20 Thread Chet Ramey
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

Feature Request: Allow each completion to have their own wordbreaks

2021-12-18 Thread konsolebox
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