Closed jose1711 closed 2 years ago
Hi @jose1711!
This seems related to #3. It's due to the fact that when completion is triggered, we run complete -C
first, to determine the suggestion group and store the results in a list, which can leads to big OS argument size.
Describe the bug Receiving an error when using to complete
pacman -S
arguments.To Reproduce
fifc
pacman -S
, hit shortcut to invokefifc
Expected behavior Package name(s) should appear
Actual behavior
System (please complete the following information):
Additional context If I specify a more narrow search, like
pacman -S firef
no error appears - instead a list of packages starting withfiref
are shown.