Fix for an exception in a non-interactive shell with empty input

This commit is contained in:
ridiculousfish
2012-12-20 17:45:35 -08:00
parent 0b1e371880
commit 2ba92f92b7
2 changed files with 6 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ enum
R_KILL_WHOLE_LINE,
R_KILL_WORD,
R_BACKWARD_KILL_WORD,
R_BACKWARD_KILL_PATH_COMPONENT,
R_DUMP_FUNCTIONS,
R_HISTORY_TOKEN_SEARCH_BACKWARD,
R_HISTORY_TOKEN_SEARCH_FORWARD,