From e7b4217762c3d75057c491ebda9ce89222fdc33a Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 4 Aug 2015 23:02:40 +0100 Subject: Support flags getting modified by hooks at buffer creation Fixes #361 --- src/buffer_utils.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/buffer_utils.cc') diff --git a/src/buffer_utils.cc b/src/buffer_utils.cc index 9f8f8860..c6795fe1 100644 --- a/src/buffer_utils.cc +++ b/src/buffer_utils.cc @@ -119,6 +119,8 @@ Buffer* create_fifo_buffer(String name, int fd, bool scroll) if (mode != EventMode::Normal) return; + kak_assert(buffer->flags() & Buffer::Flags::Fifo); + constexpr size_t buffer_size = 2048; // if we read data slower than it arrives in the fifo, limiting the // iteration number allows us to go back go back to the event loop and -- cgit v1.2.3