pkgsrc/editors/nvi/patches/patch-as
wiz 264c1fb0e3 Fix build with automake-1.13.
While here, use a better WRKSRC and rebase patches.
2013-01-23 17:26:07 +00:00

16 lines
498 B
Text

$NetBSD: patch-as,v 1.2 2013/01/23 17:26:07 wiz 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