Skip to content

Commit

Permalink
Merge pull request rmagatti#364 from ardeidae/ardeidae-patch-1
Browse files Browse the repository at this point in the history
Fix old config names message always displayed
  • Loading branch information
cameronr authored Aug 27, 2024
2 parents 1568952 + 34243bf commit 65de1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/auto-session/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ M.options = {}
M.options_without_defaults = {}

---Does the config have old names. Used to show a warning in the health check
M.has_old_config = true
M.has_old_config = false

---Set config options based on vim globals
---@param config AutoSession.Config
Expand Down

0 comments on commit 65de1af

Please sign in to comment.