From d4fa94c3564738f642027e352bdabb67f0bc2471 Mon Sep 17 00:00:00 2001 From: Francesco Magliocca Date: Mon, 4 Sep 2017 16:41:27 +0200 Subject: Rename env variable kak_curr_history_id to kak_history_id --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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()); } }, { -- cgit v1.2.3