summaryrefslogtreecommitdiff
path: root/editors/nvi-m17n/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nvi-m17n/patches/patch-ag')
-rw-r--r--editors/nvi-m17n/patches/patch-ag18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/nvi-m17n/patches/patch-ag b/editors/nvi-m17n/patches/patch-ag
new file mode 100644
index 00000000000..e07fefc5db1
--- /dev/null
+++ b/editors/nvi-m17n/patches/patch-ag
@@ -0,0 +1,18 @@
+$NetBSD: patch-ag,v 1.1 2005/12/01 18:46:53 wiz Exp $
+
+--- ex/ex_cmd.c.orig 1996-10-23 15:31:01.000000000 +0200
++++ ex/ex_cmd.c
+@@ -302,6 +302,13 @@ EXCMDLIST const cmds[] = {
+ "!",
+ "rew[ind][!]",
+ "re-edit all the files in the file argument list"},
++#ifdef GTAGS
++/* C_RTAG */
++ {"rtag", ex_rtag_push, E_NEWSCREEN,
++ "!w1o",
++ "rta[g][!] [string]",
++ "edit the file containing the tag"},
++#endif
+ /*
+ * !!!
+ * Adding new commands starting with 's' may break the substitute command code