From b4aff3bc52e15be87304183b3ae959668192b48c Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 23 Jul 2015 05:30:36 +0200 Subject: 35824: allow highlighting of just pasted text and put text from bracketed paste in cut buffers --- Src/Zle/zle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src/Zle/zle.h') diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h index ab2428ea9..59f459185 100644 --- a/Src/Zle/zle.h +++ b/Src/Zle/zle.h @@ -429,8 +429,9 @@ struct region_highlight { * 0: region between point and mark * 1: isearch region * 2: suffix + * 3: pasted text */ -#define N_SPECIAL_HIGHLIGHTS (3) +#define N_SPECIAL_HIGHLIGHTS (4) #ifdef MULTIBYTE_SUPPORT -- cgit v1.2.3