Shell integration: Fix bash integration not working when PROMPT_COMMAND is used to change the prompt variables

Fixes #4476
This commit is contained in:
Kovid Goyal
2022-01-14 12:14:48 +05:30
parent bb8ebf32ae
commit b53d756bc2
2 changed files with 72 additions and 14 deletions

View File

@@ -79,6 +79,9 @@ Detailed list of changes
- macOS: Allow opening text files, images and directories with kitty when
launched using "Open with" in Finder (:iss:`4460`)
- Shell integration: Fix bash integration not working when ``PROMPT_COMMAND``
is used to change the prompt variables (:iss:`4476`)
- Allow using templates with text formatting for :opt:`tab_activity_symbol`
(:pull:`4507`)