Unicode input kitten: Fix searching when a word has more than 1024 matches

Fixes #3773
This commit is contained in:
Kovid Goyal
2021-06-27 21:04:13 +05:30
parent 5be45d0ff2
commit 691b7215a0
2 changed files with 36 additions and 16 deletions

View File

@@ -44,6 +44,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow using superscripts in tab titles (:iss:`3763`)
- Unicode input kitten: Fix searching when a word has more than 1024 matches (:iss:`3773`)
0.21.1 [2021-06-14]
----------------------