mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Bump gocui
This commit is contained in:
parent
80c212faba
commit
49ca7f6a84
5 changed files with 8 additions and 8 deletions
|
@ -358,7 +358,7 @@ func (gui *Gui) onNewRepo(startArgs appTypes.StartArgs, contextKey types.Context
|
|||
return nil
|
||||
})
|
||||
|
||||
gui.g.SetOpenHyperlinkFunc(func(url string) error {
|
||||
gui.g.SetOpenHyperlinkFunc(func(url string, viewname string) error {
|
||||
if strings.HasPrefix(url, "lazygit-edit:") {
|
||||
re := regexp.MustCompile(`^lazygit-edit://(.+?)(?::(\d+))?$`)
|
||||
matches := re.FindStringSubmatch(url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue