mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
merge with example feature branch
This commit is contained in:
commit
027ea74ca9
1 changed files with 2 additions and 2 deletions
|
@ -168,10 +168,10 @@ func refreshMergePanel(g *gocui.Gui) error {
|
|||
return err
|
||||
}
|
||||
|
||||
if len(state.Conflicts) == 5 {
|
||||
if len(state.Conflicts) == 6 {
|
||||
state.ConflictIndex = 0
|
||||
} else if state.ConflictIndex > len(state.Conflicts)-1 {
|
||||
state.ConflictIndex = len(state.Conflicts) - 5
|
||||
state.ConflictIndex = len(state.Conflicts) - 6
|
||||
}
|
||||
hasFocus := currentViewName(g) == "main"
|
||||
if hasFocus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue