1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

doc/rl-next: add repl-continuation

This commit is contained in:
Jörg Thalheim 2025-05-14 22:49:05 +02:00
parent 13dafac243
commit 7f07a94b64

View file

@ -0,0 +1,7 @@
---
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.