mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-14 00:01:16 -03:00
Additional changes related to https://github.com/fish-shell/fish-shell/pull/592
This commit is contained in:
@@ -1592,7 +1592,7 @@ static bool handle_completions(const std::vector<completion_t> &comp)
|
||||
*/
|
||||
switch (comp.size())
|
||||
{
|
||||
/* No suitable completions found, flash screen and return */
|
||||
/* No suitable completions found, flash screen and return */
|
||||
case 0:
|
||||
{
|
||||
reader_flash();
|
||||
|
||||
Reference in New Issue
Block a user