Fix handling of tab character when cursor is at end of line and wrapping is enabled

Fixes #7250
This commit is contained in:
Kovid Goyal
2024-03-23 08:43:06 +05:30
parent af82938427
commit a0aba4da4a
3 changed files with 17 additions and 1 deletions

View File

@@ -62,6 +62,8 @@ Detailed list of changes
- macOS: Fix a regression in the previous release that broke rendering of some symbols on some systems (:iss:`7249`)
- Fix handling of tab character when cursor is at end of line and wrapping is enabled (:iss:`7250`)
0.33.1 [2024-03-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~