summaryrefslogtreecommitdiff
path: root/usr.bin/vi/include/ex_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vi/include/ex_def.h')
-rw-r--r--usr.bin/vi/include/ex_def.h117
1 files changed, 58 insertions, 59 deletions
diff --git a/usr.bin/vi/include/ex_def.h b/usr.bin/vi/include/ex_def.h
index 3b7747e0788..16ab6709620 100644
--- a/usr.bin/vi/include/ex_def.h
+++ b/usr.bin/vi/include/ex_def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ex_def.h,v 1.4 2014/11/20 08:50:53 bentley Exp $ */
+/* $OpenBSD: ex_def.h,v 1.5 2015/11/19 07:53:31 bentley Exp $ */
#define C_SCROLL 0
#define C_BANG 1
@@ -17,61 +17,60 @@
#define C_CD 14
#define C_CHDIR 15
#define C_COPY 16
-#define C_CSCOPE 17
-#define C_DELETE 18
-#define C_DISPLAY 19
-#define C_EDIT 20
-#define C_EX 21
-#define C_EXUSAGE 22
-#define C_FILE 23
-#define C_FG 24
-#define C_GLOBAL 25
-#define C_HELP 26
-#define C_INSERT 27
-#define C_JOIN 28
-#define C_K 29
-#define C_LIST 30
-#define C_MOVE 31
-#define C_MARK 32
-#define C_MAP 33
-#define C_MKEXRC 34
-#define C_NEXT 35
-#define C_NUMBER 36
-#define C_OPEN 37
-#define C_PRINT 38
-#define C_PRESERVE 39
-#define C_PREVIOUS 40
-#define C_PUT 41
-#define C_QUIT 42
-#define C_READ 43
-#define C_RECOVER 44
-#define C_RESIZE 45
-#define C_REWIND 46
-#define C_SUBSTITUTE 47
-#define C_SCRIPT 48
-#define C_SET 49
-#define C_SHELL 50
-#define C_SOURCE 51
-#define C_STOP 52
-#define C_SUSPEND 53
-#define C_T 54
-#define C_TAG 55
-#define C_TAGNEXT 56
-#define C_TAGPOP 57
-#define C_TAGPREV 58
-#define C_TAGTOP 59
-#define C_UNDO 60
-#define C_UNABBREVIATE 61
-#define C_UNMAP 62
-#define C_V 63
-#define C_VERSION 64
-#define C_VISUAL_EX 65
-#define C_VISUAL_VI 66
-#define C_VIUSAGE 67
-#define C_WRITE 68
-#define C_WN 69
-#define C_WQ 70
-#define C_XIT 71
-#define C_YANK 72
-#define C_Z 73
-#define C_SUBTILDE 74
+#define C_DELETE 17
+#define C_DISPLAY 18
+#define C_EDIT 19
+#define C_EX 20
+#define C_EXUSAGE 21
+#define C_FILE 22
+#define C_FG 23
+#define C_GLOBAL 24
+#define C_HELP 25
+#define C_INSERT 26
+#define C_JOIN 27
+#define C_K 28
+#define C_LIST 29
+#define C_MOVE 30
+#define C_MARK 31
+#define C_MAP 32
+#define C_MKEXRC 33
+#define C_NEXT 34
+#define C_NUMBER 35
+#define C_OPEN 36
+#define C_PRINT 37
+#define C_PRESERVE 38
+#define C_PREVIOUS 39
+#define C_PUT 40
+#define C_QUIT 41
+#define C_READ 42
+#define C_RECOVER 43
+#define C_RESIZE 44
+#define C_REWIND 45
+#define C_SUBSTITUTE 46
+#define C_SCRIPT 47
+#define C_SET 48
+#define C_SHELL 49
+#define C_SOURCE 50
+#define C_STOP 51
+#define C_SUSPEND 52
+#define C_T 53
+#define C_TAG 54
+#define C_TAGNEXT 55
+#define C_TAGPOP 56
+#define C_TAGPREV 57
+#define C_TAGTOP 58
+#define C_UNDO 59
+#define C_UNABBREVIATE 60
+#define C_UNMAP 61
+#define C_V 62
+#define C_VERSION 63
+#define C_VISUAL_EX 64
+#define C_VISUAL_VI 65
+#define C_VIUSAGE 66
+#define C_WRITE 67
+#define C_WN 68
+#define C_WQ 69
+#define C_XIT 70
+#define C_YANK 71
+#define C_Z 72
+#define C_SUBTILDE 73