We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f774e7 commit 74e31bcCopy full SHA for 74e31bc
src/rime/gear/table_translator.cc
@@ -335,7 +335,7 @@ bool TableTranslator::Memorize(const CommitEntry& commit_entry) {
335
}
336
string phrase;
337
for (; it != history.rend(); ++it) {
338
- if (it->type != "table" && it->type != "sentence")
+ if (it->type != "table" && it->type != "sentence" && it->type != "uniquified")
339
break;
340
if (phrase.empty()) {
341
phrase = it->text; // last word
0 commit comments