From 5b5283378571cca88a993630db3307319d2cb56d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 24 Jun 2024 17:05:53 +0900 Subject: Do not start the initial reader if 'reload*' is bound to 'start' --- src/constants.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/constants.go') diff --git a/src/constants.go b/src/constants.go index 980e1583..29874b29 100644 --- a/src/constants.go +++ b/src/constants.go @@ -58,6 +58,7 @@ const ( const ( EvtReadNew util.EventType = iota EvtReadFin + EvtReadNone EvtSearchNew EvtSearchProgress EvtSearchFin -- cgit v1.2.3