mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-09 09:22:48 +03:00
redoing
This commit is contained in:
@@ -229,6 +229,9 @@ type guiState struct {
|
||||
type UndoState struct {
|
||||
ReflogKey string
|
||||
ReflogIdx int
|
||||
// this is the index of the most recent reflog entry that the user initiated themselves
|
||||
// (as opposed to being created by an undo or redo action)
|
||||
UndoCount int
|
||||
}
|
||||
|
||||
// for now the split view will always be on
|
||||
|
Reference in New Issue
Block a user