1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

Update gocui fork

This commit is contained in:
Tommy Nguyen
2018-08-21 09:00:16 -04:00
parent cd4063c763
commit eff931a138
3 changed files with 22 additions and 11 deletions

View File

@ -38,9 +38,6 @@ func (kb *keybinding) matchView(v *View) bool {
if v.Editable == true && kb.ch != 0 {
return false
}
if kb.viewName == "" {
return true
}
return v != nil && kb.viewName == v.name
}