small formatting tweak
This commit is contained in:
parent
2213f98176
commit
992c74a06d
12
src/main.cc
12
src/main.cc
|
@ -395,12 +395,12 @@ int run_server(StringView session, StringView init_command,
|
|||
|
||||
int run_filter(StringView keystr, memoryview<StringView> files)
|
||||
{
|
||||
GlobalOptions global_options;
|
||||
GlobalHooks global_hooks;
|
||||
GlobalKeymaps global_keymaps;
|
||||
ShellManager shell_manager;
|
||||
BufferManager buffer_manager;
|
||||
RegisterManager register_manager;
|
||||
GlobalOptions global_options;
|
||||
GlobalHooks global_hooks;
|
||||
GlobalKeymaps global_keymaps;
|
||||
ShellManager shell_manager;
|
||||
BufferManager buffer_manager;
|
||||
RegisterManager register_manager;
|
||||
|
||||
register_env_vars();
|
||||
register_registers();
|
||||
|
|
Loading…
Reference in New Issue
Block a user