mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-26 02:00:26 +00: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>