diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-10-27 17:54:20 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-10-27 17:54:20 +0000 |
| commit | 54fd0aab221efbfa72ea8245e27fa6b9f2b74dae (patch) | |
| tree | dc7469f5bdc230d59119481c0c60a4609112a585 /src/main.cc | |
| parent | 372ba2936fdd4e92904eb81a5eecd2a997bbaea1 (diff) | |
Fix filter mode
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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<StringView> files) { + StringRegistry string_registry; GlobalOptions global_options; GlobalHooks global_hooks; GlobalKeymaps global_keymaps; |
