summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicm <nicm>2021-06-10 07:50:03 +0000
committernicm <nicm>2021-06-10 07:50:03 +0000
commit866117636e47c9a5d961df2ac40456b7c910a932 (patch)
tree516d26a3477989117ad29f0276d0c33ca8cc0743 /Makefile
parent6c659494f5591ebba2ef91e6cfa6a24761c14915 (diff)
Add different command historys for different types of prompts
("command", "search" etc). From Anindya Mukherjee.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 21141317..4cbbd34a 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,7 @@ SRCS= alerts.c \
cmd-show-environment.c \
cmd-show-messages.c \
cmd-show-options.c \
+ cmd-show-prompt-history.c \
cmd-source-file.c \
cmd-split-window.c \
cmd-swap-pane.c \