mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
use camelCase
This commit is contained in:
@ -44,7 +44,7 @@ func (gui *Gui) currentDiffTerminals() []string {
|
||||
switch gui.currentContextKey() {
|
||||
case "files":
|
||||
// not supporting files for now
|
||||
case "commit-files":
|
||||
case "commitFiles":
|
||||
// not supporting commit files for now
|
||||
case "branch-commits":
|
||||
item := gui.getSelectedCommit()
|
||||
|
Reference in New Issue
Block a user