mirror of
https://github.com/NixOS/nix.git
synced 2025-11-23 10:49:36 +01:00
7 lines
275 B
Markdown
7 lines
275 B
Markdown
---
|
|
synopsis: "Repl: improve continuation prompt for incomplete expressions"
|
|
issues:
|
|
prs: [12846]
|
|
---
|
|
|
|
Improved REPL user experience by updating the continuation prompt from invisible blank spaces to a visible `" > "`, enhancing clarity when entering multi-line expressions.
|