Fix ignore action

pull/268/head
Junegunn Choi 9 years ago
parent 9fca611c4a
commit 6ad1736832

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

Loading…
Cancel
Save