summaryrefslogtreecommitdiff
path: root/editors/nvi/patches/patch-as
blob: d748863c0de3d282e0653af9dc7508602bf8a7cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-as,v 1.1 2009/08/07 16:39:21 lukem Exp $

--- ../ex/ex_cmd.c.orig	2007-11-19 03:41:42.000000000 +1100
+++ ../ex/ex_cmd.c
@@ -302,6 +302,11 @@ EXCMDLIST const cmds[] = {
 	    "!",
 	    "rew[ind][!]",
 	    "re-edit all the files in the file argument list"},
+/* C_RTAG */
+	{L("rtag"),	ex_rtag_push,	E_NEWSCREEN,
+	    "!w1o",
+	    "rta[g][!] [string]",
+	    "edit the file containing the tag"},
 /*
  * !!!
  * Adding new commands starting with 's' may break the substitute command code