mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-24 09:21:16 -03:00
Changes to bind_mode implementation based on code review and merge
errors
This commit is contained in:
@@ -548,7 +548,7 @@ static int builtin_commandline(parser_t &parser, wchar_t **argv)
|
||||
|
||||
if (search_mode)
|
||||
{
|
||||
return !reader_search_mode();
|
||||
return ! reader_search_mode();
|
||||
}
|
||||
|
||||
if (paging_mode)
|
||||
|
||||
Reference in New Issue
Block a user