From 778a73b027509c9c9f70c8dbd184097efeacae43 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 27 Jan 2003 14:54:31 +0000 Subject: 18139: Improve $killring interface; can now change length. Empty strings in $killring are ignored when yank-popping. Yank-popping is more consistent about looping and using the original cutbuffer. --- Src/Zle/zle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/zle.h') diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h index a611fd58b..e636073c8 100644 --- a/Src/Zle/zle.h +++ b/Src/Zle/zle.h @@ -142,7 +142,7 @@ typedef struct cutbuffer *Cutbuffer; #define CUTBUFFER_LINE 1 /* for vi: buffer contains whole lines of data */ -#define KRINGCT 8 /* number of buffers in the kill ring */ +#define KRINGCTDEF 8 /* default number of buffers in the kill ring */ /* Types of completion. */ -- cgit 1.4.1