fish shell integration: Fix clicking at the prompt causing autosuggestions to be accepted, needs fish >= 3.8.0

Fixes #7168
This commit is contained in:
Kovid Goyal
2024-03-31 11:53:01 +05:30
parent f4fe015261
commit 775b7c4758
2 changed files with 18 additions and 7 deletions

View File

@@ -78,6 +78,8 @@ Detailed list of changes
- macOS: Fix an abort due to an assertion when a program tries to set an invalid window title (:iss:`7271`)
- fish shell integration: Fix clicking at the prompt causing autosuggestions to be accepted, needs fish >= 3.8.0 (:iss:`7168`)
0.33.1 [2024-03-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~