Added missing break in case R_SUPPRESS_AUTOSUGGESTION

This commit is contained in:
ridiculousfish 2012-07-01 15:40:06 -07:00
parent c8f86d94c9
commit 0576a11a6f

View File

@ -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 */