From 7f07a94b641d8a4d0a371f37ebae764743f6e87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 14 May 2025 22:49:05 +0200 Subject: [PATCH] doc/rl-next: add repl-continuation --- doc/manual/rl-next/repl-continuation.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/manual/rl-next/repl-continuation.md diff --git a/doc/manual/rl-next/repl-continuation.md b/doc/manual/rl-next/repl-continuation.md new file mode 100644 index 000000000..2d9fd43c0 --- /dev/null +++ b/doc/manual/rl-next/repl-continuation.md @@ -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.