summaryrefslogtreecommitdiffstats
path: root/Src/zsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 993108a8c..4d791cc7c 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -3235,7 +3235,10 @@ enum {
ZLE_CMD_REFRESH,
ZLE_CMD_SET_KEYMAP,
ZLE_CMD_GET_KEY,
- ZLE_CMD_SET_HIST_LINE
+ ZLE_CMD_SET_HIST_LINE,
+ ZLE_CMD_PREEXEC,
+ ZLE_CMD_POSTEXEC,
+ ZLE_CMD_CHPWD
};
/***************************************/