diff options
| author | Francesco Magliocca <franciman12@gmail.com> | 2017-09-04 16:41:27 +0200 |
|---|---|---|
| committer | Francesco Magliocca <franciman12@gmail.com> | 2017-09-04 16:41:27 +0200 |
| commit | d4fa94c3564738f642027e352bdabb67f0bc2471 (patch) | |
| tree | 32a6484508a6302e1bf7e84b636a0a922561754c /src | |
| parent | a903824ca6071c2edbdac02a532af96063ee6d74 (diff) | |
Rename env variable kak_curr_history_id to kak_history_id
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 2 |
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()); } }, { |
