264c1fb0e3
While here, use a better WRKSRC and rebase patches.
16 lines
498 B
Text
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
|