mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
pkg: fix some comment
Signed-off-by: hongkuang <liurenhong@outlook.com>
This commit is contained in:
parent
c02408bba0
commit
d8c1eb879b
3 changed files with 3 additions and 3 deletions
|
@ -342,7 +342,7 @@ func (gui *Gui) onNewRepo(startArgs appTypes.StartArgs, contextKey types.Context
|
|||
return nil
|
||||
}
|
||||
|
||||
// reuseState determines if we pull the repo state from our repo state map or
|
||||
// resetState determines if we pull the repo state from our repo state map or
|
||||
// just re-initialize it. For now we're only re-using state when we're going
|
||||
// in and out of submodules, for the sake of having the cursor back on the submodule
|
||||
// when we return.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue