mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Add comment for edit_ext_cmd.
This commit is contained in:
parent
bdc56f331b
commit
a66e5f511f
@ -2347,6 +2347,10 @@ int edit_sort_cmd (WEdit * edit)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Ask user for a command, execute it and paste its output back to the
|
||||
* editor.
|
||||
*/
|
||||
int
|
||||
edit_ext_cmd (WEdit *edit)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user