Fix continued lines not having their continued status reset on line feed

Fixes #4837
This commit is contained in:
Kovid Goyal
2022-03-16 15:20:25 +05:30
parent b444f4636e
commit 0a5c16363c
3 changed files with 16 additions and 0 deletions

View File

@@ -87,6 +87,9 @@ Detailed list of changes
- Bash integration: Prevent shell integration code from running twice if user enables both automatic and manual integration
- Fix continued lines not having their continued status reset on line feed (:iss:`4837`)
0.24.4 [2022-03-03]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~