From 11d55481c969efca93dd32b608e5926f4fb3f7f5 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:13:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blurb?= =?UTF-8?q?=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Library/2024-07-17-12-13-30.gh-issue-120767.BKyogz.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2024-07-17-12-13-30.gh-issue-120767.BKyogz.rst diff --git a/Misc/NEWS.d/next/Library/2024-07-17-12-13-30.gh-issue-120767.BKyogz.rst b/Misc/NEWS.d/next/Library/2024-07-17-12-13-30.gh-issue-120767.BKyogz.rst new file mode 100644 index 00000000000000..27c2de893cf25c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-07-17-12-13-30.gh-issue-120767.BKyogz.rst @@ -0,0 +1,4 @@ +Enhance REPL history navigation with partial text support + +The REPL now correctly navigates history based on partial text +in the buffer when using the up arrow.