--- freem/src/cmd_zedit.c 2025/05/19 21:29:29 1.4 +++ freem/src/cmd_zedit.c 2025/05/20 14:36:06 1.5 @@ -1,5 +1,5 @@ /* - * $Id: cmd_zedit.c,v 1.4 2025/05/19 21:29:29 snw Exp $ + * $Id: cmd_zedit.c,v 1.5 2025/05/20 14:36:06 snw Exp $ * Implementation of the ZEDIT command * * @@ -24,6 +24,9 @@ * 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 * @@ -60,7 +63,7 @@ MRESULT cmd_zedit(MACTION *ra) if (restricted_mode) { /* we never shell out in restricted mode */ - retval = NOSTAND; + retval = CMMND; goto done; }