summaryrefslogtreecommitdiff
path: root/editors/nvi-m17n/patches/patch-af
blob: 355298fedce17edbaacbb97a685f66ab9e054e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-af,v 1.1 2005/12/01 18:46:53 wiz Exp $

--- ex/ex.h.orig	2005-12-01 19:37:32.000000000 +0100
+++ ex/ex.h
@@ -164,6 +164,9 @@ struct _excmd {
 #define	E_SEARCH_WMSG	0x01000000	/* Display search-wrapped message. */
 #define	E_USELASTCMD	0x02000000	/* Use the last command. */
 #define	E_VISEARCH	0x04000000	/* It's really a vi search command. */
+#ifdef GTAGS
+#define	E_REFERENCE	0x08000000	/* locate function references */
+#endif
 	u_int32_t flags;		/* Current flags. */
 };