aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-20 17:45:35 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-20 17:45:35 -0800
commit2ba92f92b7876b54058d4e65e9e9197e0ba37d42 (patch)
tree064ba9bb665b76b1a10e39afda3036c5f5339135 /input.h
parent0b1e3718801769e6bd14d55877806f60589cbb42 (diff)
Fix for an exception in a non-interactive shell with empty input
Diffstat (limited to 'input.h')
-rw-r--r--input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.h b/input.h
index 69f7299e..da4eba8e 100644
--- a/input.h
+++ b/input.h
@@ -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,