mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-15 06:43:47 -05:00
Fix ignore action
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user