mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-17 18:45:10 +00:00
Fix ignore action
This commit is contained in:
parent
9fca611c4a
commit
6ad1736832
@ -717,8 +717,6 @@ func (t *Terminal) Loop() {
|
|||||||
}
|
}
|
||||||
switch action {
|
switch action {
|
||||||
case actIgnore:
|
case actIgnore:
|
||||||
t.mutex.Unlock()
|
|
||||||
continue
|
|
||||||
case actInvalid:
|
case actInvalid:
|
||||||
t.mutex.Unlock()
|
t.mutex.Unlock()
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user