Add comment for edit_ext_cmd.

This commit is contained in:
Pavel Roskin 2003-05-30 21:14:07 +00:00
parent bdc56f331b
commit a66e5f511f

View File

@ -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)
{