From 54fd0aab221efbfa72ea8245e27fa6b9f2b74dae Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 27 Oct 2014 17:54:20 +0000 Subject: Fix filter mode --- src/main.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.cc b/src/main.cc index 2afb28c5..53b66c8f 100644 --- a/src/main.cc +++ b/src/main.cc @@ -395,6 +395,7 @@ int run_server(StringView session, StringView init_command, int run_filter(StringView keystr, memoryview files) { + StringRegistry string_registry; GlobalOptions global_options; GlobalHooks global_hooks; GlobalKeymaps global_keymaps; -- cgit v1.2.3