Skip to content

Commit

Permalink
Call function correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
primeapple committed Aug 22, 2024
1 parent 7171cd8 commit 0b0a0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/auto-save/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end
function Config:set_options(custom_opts)
custom_opts = custom_opts or {}

custom_opts = self.handle_deprecations(custom_opts)
custom_opts = self:handle_deprecations(custom_opts)

self.opts = vim.tbl_deep_extend("keep", custom_opts, self.opts)
end
Expand Down

0 comments on commit 0b0a0f1

Please sign in to comment.