Files
pkgsrc-ng/editors/nvi-m17n/patches/patch-ag
T
2013-09-26 17:14:40 +02:00

19 lines
517 B
Plaintext

$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