Skip to content

Commit

Permalink
chore: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-nz committed Jun 23, 2024
1 parent 26ccbc5 commit d5949f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/possession.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ vim.api.nvim_create_autocmd('VimEnter', {
-- Be lazy when loading modules
local config = require('possession.config')

-- Delete old symlink that is not used anymore
-- Delete old symlink that is not used any more
-- TODO: remove when we explicitly drop support for nvim <0.10 which does not have vim.fs.joinpath
if vim.tbl_get(vim, 'fs', 'joinpath') then
local symlink = vim.fs.joinpath(config.session_dir, '__last__')
Expand Down

0 comments on commit d5949f3

Please sign in to comment.