m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-14 22:33:47 -05:00

Fix ignore action

This commit is contained in:
Junegunn Choi
2015-06-14 02:11:27 +09:00
parent 9fca611c4a
commit 6ad1736832

View File

@@ -717,8 +717,6 @@ func (t *Terminal) Loop() {
}
switch action {
case actIgnore:
t.mutex.Unlock()
continue
case actInvalid:
t.mutex.Unlock()
continue