summaryrefslogtreecommitdiff
path: root/editors/nvi/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nvi/patches/patch-at')
-rw-r--r--editors/nvi/patches/patch-at69
1 files changed, 69 insertions, 0 deletions
diff --git a/editors/nvi/patches/patch-at b/editors/nvi/patches/patch-at
new file mode 100644
index 00000000000..e7a011e60e7
--- /dev/null
+++ b/editors/nvi/patches/patch-at
@@ -0,0 +1,69 @@
+$NetBSD: patch-at,v 1.1 2009/08/07 16:39:21 lukem Exp $
+
+--- ../ex/ex_def.h.orig 2007-11-19 03:43:54.000000000 +1100
++++ ../ex/ex_def.h
+@@ -48,33 +48,34 @@
+ #define C_RECOVER 46
+ #define C_RESIZE 47
+ #define C_REWIND 48
+-#define C_SUBSTITUTE 49
+-#define C_SCRIPT 50
+-#define C_SET 51
+-#define C_SHELL 52
+-#define C_SOURCE 53
+-#define C_STOP 54
+-#define C_SUSPEND 55
+-#define C_T 56
+-#define C_TAG 57
+-#define C_TAGNEXT 58
+-#define C_TAGPOP 59
+-#define C_TAGPREV 60
+-#define C_TAGTOP 61
+-#define C_TCLCMD 62
+-#define C_UNDO 63
+-#define C_UNABBREVIATE 64
+-#define C_UNMAP 65
+-#define C_V 66
+-#define C_VERSION 67
+-#define C_VISUAL_EX 68
+-#define C_VISUAL_VI 69
+-#define C_VIUSAGE 70
+-#define C_VSPLIT 71
+-#define C_WRITE 72
+-#define C_WN 73
+-#define C_WQ 74
+-#define C_XIT 75
+-#define C_YANK 76
+-#define C_Z 77
+-#define C_SUBTILDE 78
++#define C_RTAG 49
++#define C_SUBSTITUTE 50
++#define C_SCRIPT 51
++#define C_SET 52
++#define C_SHELL 53
++#define C_SOURCE 54
++#define C_STOP 55
++#define C_SUSPEND 56
++#define C_T 57
++#define C_TAG 58
++#define C_TAGNEXT 59
++#define C_TAGPOP 60
++#define C_TAGPREV 61
++#define C_TAGTOP 62
++#define C_TCLCMD 63
++#define C_UNDO 64
++#define C_UNABBREVIATE 65
++#define C_UNMAP 66
++#define C_V 67
++#define C_VERSION 68
++#define C_VISUAL_EX 69
++#define C_VISUAL_VI 70
++#define C_VIUSAGE 71
++#define C_VSPLIT 72
++#define C_WRITE 73
++#define C_WN 74
++#define C_WQ 75
++#define C_XIT 76
++#define C_YANK 77
++#define C_Z 78
++#define C_SUBTILDE 79