diff options
Diffstat (limited to 'usr.bin/mg/funmap.c')
-rw-r--r-- | usr.bin/mg/funmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/funmap.c b/usr.bin/mg/funmap.c index 72a7fa66016..07857e7f7ee 100644 --- a/usr.bin/mg/funmap.c +++ b/usr.bin/mg/funmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: funmap.c,v 1.12 2005/04/28 07:23:56 otto Exp $ */ +/* $OpenBSD: funmap.c,v 1.13 2005/05/27 08:08:18 cloder Exp $ */ /* * Copyright (c) 2001 Artur Grabowski <art@openbsd.org>. All rights reserved. * @@ -175,6 +175,7 @@ static struct funmap functnames[] = { {showcwdir, "pwd",}, #endif /* !NO_DIR */ {queryrepl, "query-replace",}, + {replstr, "replace-string",}, #ifdef REGEX {re_queryrepl, "query-replace-regexp",}, #endif /* REGEX */ |