mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
parent
3ca518255e
commit
905d8b2aa5
1 changed files with 3 additions and 1 deletions
|
@ -4149,7 +4149,9 @@ const wchar_t *reader_readline(int nchars)
|
|||
(c != R_HISTORY_SEARCH_FORWARD) &&
|
||||
(c != R_HISTORY_TOKEN_SEARCH_BACKWARD) &&
|
||||
(c != R_HISTORY_TOKEN_SEARCH_FORWARD) &&
|
||||
(c != R_NULL))
|
||||
(c != R_NULL) &&
|
||||
(c != R_REPAINT) &&
|
||||
(c != R_FORCE_REPAINT))
|
||||
{
|
||||
data->search_mode = NO_SEARCH;
|
||||
data->search_buff.clear();
|
||||
|
|
Loading…
Reference in a new issue