diff --git a/contrib/config.yaml b/contrib/config.yaml index bef2402960..33a0341dad 100644 --- a/contrib/config.yaml +++ b/contrib/config.yaml @@ -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 diff --git a/handler/handler.go b/handler/handler.go index f298d003c2..d62725c688 100644 --- a/handler/handler.go +++ b/handler/handler.go @@ -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 {