--- freem/src/cmd_zedit.c 2025/05/19 17:57:20 1.3 +++ freem/src/cmd_zedit.c 2025/05/20 14:36:06 1.5 @@ -1,7 +1,5 @@ - /* - * - * $Id: cmd_zedit.c,v 1.3 2025/05/19 17:57:20 snw Exp $ + * $Id: cmd_zedit.c,v 1.5 2025/05/20 14:36:06 snw Exp $ * Implementation of the ZEDIT command * * @@ -26,6 +24,12 @@ * along with FreeM. If not, see . * * $Log: cmd_zedit.c,v $ + * Revision 1.5 2025/05/20 14:36:06 snw + * Documentation updates; raise ZCMMND instead of NOSTAND for restricted_mode restrictions + * + * Revision 1.4 2025/05/19 21:29:29 snw + * Add basic tab completion to direct mode + * * Revision 1.3 2025/05/19 17:57:20 snw * Extend ZEDIT to create the specified routine if it does not yet exist * @@ -59,7 +63,7 @@ MRESULT cmd_zedit(MACTION *ra) if (restricted_mode) { /* we never shell out in restricted mode */ - retval = NOSTAND; + retval = CMMND; goto done; }