Unicode input: Fix an error when searching for the string 'fir'

Fixes #1035
This commit is contained in:
Kovid Goyal 2018-09-28 19:01:20 +05:30
parent e498cedf56
commit 4a8c4c4601
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 7 additions and 2 deletions

View file

@ -9,6 +9,8 @@ Changelog
- macOS: Fix kitty window not being rendered on macOS Mojave until the window is
moved or resized at least once (:iss:`887`)
- Unicode input: Fix an error when searching for the string 'fir' (:iss:`1035`)
0.12.2 [2018-09-24]
------------------------------