diff options
Diffstat (limited to 'editor.c')
-rw-r--r-- | editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ static int launch_specified_editor(const char *editor, const char *path, p.argv = args; p.env = env; p.use_shell = 1; + p.trace2_child_class = "editor"; if (start_command(&p) < 0) return error("unable to start editor '%s'", editor); |