Skip to content

Commit

Permalink
Merge branch 'issue207' of https://github.com/bertl4398/wtf into issu…
Browse files Browse the repository at this point in the history
…e207
  • Loading branch information
bertl4398 committed Jul 27, 2018
2 parents ad22bc6 + 494fe79 commit d91ff52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion todo/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ func (widget *Widget) keyboardIntercept(event *tcell.EventKey) *tcell.EventKey {
return nil
case "o":
// Open the file
wtf.OpenFile(widget.filePath)
confDir, _ := cfg.ConfigDir()
wtf.OpenFile(fmt.Sprintf("%s/%s", confDir, widget.filePath))
return nil
}

Expand Down

0 comments on commit d91ff52

Please sign in to comment.