summaryrefslogtreecommitdiffstats
path: root/contrib/nvi/ex/ex_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/nvi/ex/ex_cmd.c')
-rw-r--r--contrib/nvi/ex/ex_cmd.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/nvi/ex/ex_cmd.c b/contrib/nvi/ex/ex_cmd.c
index 8f7fc8d..8c9801d 100644
--- a/contrib/nvi/ex/ex_cmd.c
+++ b/contrib/nvi/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",
+ "[Rr]ta[g][!] [string]",
+ "edit the file containing the tag"},
+#endif
/*
* !!!
* Adding new commands starting with 's' may break the substitute command code
OpenPOWER on IntegriCloud