From 9d8c3eb74dac80712bcb41f36407658b19ab2740 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sat, 7 Oct 2006 08:05:03 +0000 Subject: 22831: use CM_SPACE in compdescribe --- Src/Zle/comp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Src/Zle/comp.h') diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h index e88f8b927..1b1530492 100644 --- a/Src/Zle/comp.h +++ b/Src/Zle/comp.h @@ -407,3 +407,7 @@ struct chdata { Cmatch cur; /* current match or NULL */ }; +/* The number of columns to leave empty between rows of matches. */ + +#define CM_SPACE 2 + -- cgit 1.4.1