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