mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Enable @-argument completion only if '@' is not present in COMP_WORDBREAKS. When '@' is included, the @-argument is not considered part of the completion word, causing @-argument completion to function unreliably in bash. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>