Skip to content

Commit

Permalink
Minor fix to a type annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 10, 2023
1 parent f237e9d commit 485a085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tests/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function helpers.move_cursor(opts)
end

---@class MoveCursorOpts
---@field window integer @the window handle. Defaults to the current window.
---@field window? integer @the window handle. Defaults to the current window.
---@field to table @the new cursor position (1-row indexed, as per nvim_win_set_cursor)

--- Wait for all of the pins associated with the given infoview to finish loading/processing.
Expand Down

0 comments on commit 485a085

Please sign in to comment.