Skip to content

Commit

Permalink
fix: resolve type mismatch when setting opts.view = vim.fn.winsaveview()
Browse files Browse the repository at this point in the history
  • Loading branch information
drowning-cat committed Jan 23, 2025
1 parent 60c24ef commit 502507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/quicker/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ M.is_open = function(loclist_win)
end

---@class quicker.OpenCmdMods: vim.api.keyset.parse_cmd.mods
---@class quicker.WinViewDict: vim.fn.winrestview.dict
---@alias quicker.WinViewDict vim.fn.winrestview.dict

---@class (exact) quicker.OpenOpts
---@field loclist? boolean Toggle the loclist instead of the quickfix list
Expand Down

0 comments on commit 502507f

Please sign in to comment.