diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-06-24 17:05:53 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-06-24 17:05:53 +0900 |
| commit | 5b5283378571cca88a993630db3307319d2cb56d (patch) | |
| tree | 65ab3b3c2cc5b01b93be50e5400c3f466be596db /src/constants.go | |
| parent | 15257680948bda849747465ac4edf5e9d90f2a52 (diff) | |
| download | fzf-5b5283378571cca88a993630db3307319d2cb56d.tar.gz | |
Do not start the initial reader if 'reload*' is bound to 'start'
Diffstat (limited to 'src/constants.go')
| -rw-r--r-- | src/constants.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
