CE edit w command

This commit is contained in:
2026-03-09 01:59:55 +01:00
parent a352e9c501
commit 3148e0e367
3 changed files with 41 additions and 13 deletions

View File

@@ -265,9 +265,9 @@ static void edit (struct context* context, const char* path_string) {
return;
}
edit_start (path_string, str, desc.size);
volume_close ();
edit_start (volume, path, str, desc.size);
}
static void quit1 (struct context* context) {