mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
Added missing break in case R_SUPPRESS_AUTOSUGGESTION
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user