restoreSignals() + restoreAffinity() -> restoreProcessContext()
This commit is contained in:
+2
-1
@@ -42,7 +42,8 @@ struct CmdEdit : InstallableCommand
|
||||
|
||||
auto args = editorFor(pos);
|
||||
|
||||
restoreSignals();
|
||||
restoreProcessContext();
|
||||
|
||||
execvp(args.front().c_str(), stringsToCharPtrs(args).data());
|
||||
|
||||
std::string command;
|
||||
|
||||
Reference in New Issue
Block a user