mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
fix(ui): s/format_entry/format_item to match docs (#15819)
Follow up to https://github.com/neovim/neovim/pull/15771
This commit is contained in:

committed by
GitHub

parent
63fde086d9
commit
9ca7b6b71a
@@ -17,7 +17,7 @@ describe('vim.ui', function()
|
||||
{ name = 'Item 2' },
|
||||
}
|
||||
local opts = {
|
||||
format_entry = function(entry)
|
||||
format_item = function(entry)
|
||||
return entry.name
|
||||
end
|
||||
}
|
||||
|
Reference in New Issue
Block a user