Skip to content

Commit

Permalink
docs(annotation): fix param type annotation of dropbar_t:update_curre…
Browse files Browse the repository at this point in the history
…nt_context_hl()
  • Loading branch information
bekaboo committed Jul 3, 2023
1 parent 9a94a22 commit 4d0dd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dropbar/bar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ function dropbar_t:get_component_at(col, look_ahead)
end

---Highlight the symbol at bar_idx as current context
---@param bar_idx integer? see dropbar_symbol_t.bar_idx
---@param bar_idx integer see dropbar_symbol_t.bar_idx
---@return nil
function dropbar_t:update_current_context_hl(bar_idx)
local symbol = self.components[bar_idx]
Expand Down

0 comments on commit 4d0dd3d

Please sign in to comment.