This commit is contained in:
hrsh7th
2022-02-13 18:53:30 +09:00
parent bf78446d59
commit 4bc038f72d
3 changed files with 4 additions and 5 deletions

View File

@@ -229,8 +229,8 @@ core.complete_common_string = function(self)
matching = {
disallow_prefix_unmatching = true,
disallow_partial_matching = true,
disallow_fuzzy_matching = true,
}
disallow_fuzzy_matching = true,
},
})
self:filter()