From d5949f350007b389aaac15d40d532858bbe02be4 Mon Sep 17 00:00:00 2001 From: Joshua Wood Date: Sun, 23 Jun 2024 17:51:10 +1200 Subject: [PATCH] chore: fix spelling --- plugin/possession.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/possession.lua b/plugin/possession.lua index 79ad90b..40e8e55 100644 --- a/plugin/possession.lua +++ b/plugin/possession.lua @@ -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__')