m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 15:23:48 -05:00

Do not start the initial reader if 'reload*' is bound to 'start'

This commit is contained in:
Junegunn Choi
2024-06-24 17:05:53 +09:00
parent 1525768094
commit 5b52833785
5 changed files with 51 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ const (
const (
EvtReadNew util.EventType = iota
EvtReadFin
EvtReadNone
EvtSearchNew
EvtSearchProgress
EvtSearchFin