Fix filter mode

This commit is contained in:
Maxime Coste 2014-10-27 17:54:20 +00:00
parent 372ba2936f
commit 54fd0aab22

View File

@ -395,6 +395,7 @@ int run_server(StringView session, StringView init_command,
int run_filter(StringView keystr, memoryview<StringView> files)
{
StringRegistry string_registry;
GlobalOptions global_options;
GlobalHooks global_hooks;
GlobalKeymaps global_keymaps;