fmt
This commit is contained in:
@@ -229,8 +229,8 @@ core.complete_common_string = function(self)
|
|||||||
matching = {
|
matching = {
|
||||||
disallow_prefix_unmatching = true,
|
disallow_prefix_unmatching = true,
|
||||||
disallow_partial_matching = true,
|
disallow_partial_matching = true,
|
||||||
disallow_fuzzy_matching = true,
|
disallow_fuzzy_matching = true,
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
self:filter()
|
self:filter()
|
||||||
|
|||||||
@@ -353,8 +353,8 @@ entry.match = function(self, input, matching_config)
|
|||||||
disallow_prefix_unmatching = matching_config.disallow_prefix_unmatching,
|
disallow_prefix_unmatching = matching_config.disallow_prefix_unmatching,
|
||||||
synonyms = {
|
synonyms = {
|
||||||
self:get_word(),
|
self:get_word(),
|
||||||
self:get_completion_item().label
|
self:get_completion_item().label,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
local score, matches, _
|
local score, matches, _
|
||||||
|
|||||||
@@ -259,4 +259,3 @@ wildmenu_entries_view._get_separator = function()
|
|||||||
end
|
end
|
||||||
|
|
||||||
return wildmenu_entries_view
|
return wildmenu_entries_view
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user