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