mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
Increased support for completion search field. Use btab (shift-tab) to
complete-and-search.
This commit is contained in:
@@ -251,7 +251,6 @@ wchar_t input_common_readch(int timed)
|
||||
case 0:
|
||||
return 0;
|
||||
default:
|
||||
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user