Skip to content

output of println is not displayed #405

@lel4866

Description

@lel4866

Using either the latest nvim, nvim-qt or vim 9 on Windows 11, If I run (println "Hello") by typing cpp in the form, fireplace displays nil, but not "Hello". The lein repl does not show anything.
(+ 3 4) displays 7.

(println "Hello") in the repl displays Hello.

But, if I do (print "Hello\n"), Hello is displayed.

And...if I do: (println (str "Hello" "\n")), Hello is displayed.

If I run Emacs 28.2 with Cider on Windows 11, (println "Hello") displays Hello

No issues if I run vim from wsl

This is the same issue as reported 9 months ago in the clojure reddit:
https://www.reddit.com/r/Clojure/comments/rvrxar/neovim_fireplace_println_not_showing_output/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions