Skip to content

Commit

Permalink
Minor addition to contrib/config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Oct 27, 2024
1 parent 9c0fc8b commit 101d76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ init: |
\set PROMPT1 '\033[32m%S%M%/%R%#\033[0m '
\set bar test
\set foo test
-- \set SHOW_HOST_INFORMATION false
-- \set SYNTAX_HL false
\set 型示師 '本門台初埼本門台初埼'
# charts path
Expand Down
2 changes: 1 addition & 1 deletion handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ func (h *Handler) Include(path string, relative bool) error {
if relative && !filepath.IsAbs(path) {
path = filepath.Join(h.wd, path)
}
fmt.Fprintf(os.Stderr, "include: %s\n", path)
// fmt.Fprintf(os.Stderr, "include: %s relative: %t\n", path, relative)
// open
path, f, err := env.OpenFile(h.user, path)
if err != nil {
Expand Down

0 comments on commit 101d76a

Please sign in to comment.