summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 79a55965..bcedab05 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -94,7 +94,7 @@ void register_env_vars()
[](StringView name, const Context& context) -> String
{ return to_string(context.buffer().timestamp()); }
}, {
- "curr_history_id", false,
+ "history_id", false,
[](StringView name, const Context& context) -> String
{ return to_string(context.buffer().current_history_id()); }
}, {