mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-05-22 10:15:43 +02:00
improve merge conflict flow
This commit is contained in:
@@ -8,7 +8,8 @@ import (
|
||||
"github.com/jesseduffield/lazygit/pkg/utils"
|
||||
)
|
||||
|
||||
func ColoredConflictFile(content string, state *State, hasFocus bool) string {
|
||||
func ColoredConflictFile(state *State, hasFocus bool) string {
|
||||
content := state.GetContent()
|
||||
if len(state.conflicts) == 0 {
|
||||
return content
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user