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