From 203a7732f5fafb5f9b7e8564bd3bd4587e168134 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 7 Apr 2014 21:25:44 +0100 Subject: Add support for querying client environement variables At connection, a remote client sends all its environement to the server, which then provides access to client env through kak_client_env_VAR_NAME variables in the shell. --- src/shell_manager.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/shell_manager.hh') diff --git a/src/shell_manager.hh b/src/shell_manager.hh index 0774fdf2..a6fe38fd 100644 --- a/src/shell_manager.hh +++ b/src/shell_manager.hh @@ -3,15 +3,13 @@ #include "string.hh" #include "utils.hh" - -#include +#include "env_vars.hh" namespace Kakoune { class Context; using EnvVarRetriever = std::function; -using EnvVarMap = std::unordered_map; class ShellManager : public Singleton { -- cgit v1.2.3