-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typing with exact match mode on and auto select
1. require auto select to only select when code is fully matched. Certain table's prefix has only one match, since the code is defined as the longer version, we should always require auto select to match the full code. Otherwise, user may always update the table to make that a short code. 2. When exact matching mode is on, we need to indeed check if it is the only match, otherwise certain code may not be possible to be typed. Fix fcitx/fcitx5-chinese-addons#150
- Loading branch information
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters