raspberrypi / utils

A collection of scripts and simple applications
BSD 3-Clause "New" or "Revised" License
136 stars 41 forks source link

pinctrl: completion: Careful with the current word #35

Closed pelwell closed 9 months ago

pelwell commented 9 months ago

If the last word on the line doesn't have a trailing space then it should still be considered for completion. Be careful to avoid looking at the final element in COMP_WORDS to ensure that happens.