18 lines
517 B
Text
18 lines
517 B
Text
$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
|