mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 01:36:39 +08:00
Added missing break in case R_SUPPRESS_AUTOSUGGESTION
This commit is contained in:
parent
c8f86d94c9
commit
0576a11a6f
|
@ -3253,6 +3253,7 @@ const wchar_t *reader_readline()
|
|||
data->suppress_autosuggestion = true;
|
||||
data->autosuggestion.clear();
|
||||
reader_repaint();
|
||||
break;
|
||||
}
|
||||
|
||||
/* Other, if a normal character, we add it to the command */
|
||||
|
|
Loading…
Reference in New Issue
Block a user