use a separate context for kakrc execution
This commit is contained in:
parent
db1e2f2d86
commit
1833cb4dcf
|
@ -482,7 +482,8 @@ int main(int argc, char* argv[])
|
|||
|
||||
try
|
||||
{
|
||||
command_manager.execute("runtime kakrc", context);
|
||||
Context initialisation_context;
|
||||
command_manager.execute("runtime kakrc", initialisation_context);
|
||||
}
|
||||
catch (Kakoune::runtime_error& error)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user