diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-12-09 15:56:27 -0500 |
|---|---|---|
| committer | TJ DeVries <devries.timothyj@gmail.com> | 2020-12-09 15:56:27 -0500 |
| commit | 8ae1f7f94bcbd1fff55e1656998079d3d6019d6b (patch) | |
| tree | a9eaa56615fe1cb50536f31d77eef3c25a589946 /lua | |
| parent | d67eb599fba59cf5da5c5a75f799923f08aebeca (diff) | |
feat: make ci green
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/entry_manager.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/telescope/entry_manager.lua b/lua/telescope/entry_manager.lua index ec1ec2b..237f0e5 100644 --- a/lua/telescope/entry_manager.lua +++ b/lua/telescope/entry_manager.lua @@ -32,8 +32,8 @@ function EntryManager:new(max_results, set_entry, info) return #entry_state end, - get_ordinal = function(_, index) - return self:get_entry(index).ordinal + get_ordinal = function(em, index) + return em:get_entry(index).ordinal end, get_entry = function(_, index) |
