Skip to content

Commit

Permalink
test: maybe fix mini delete error?
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr committed Aug 22, 2024
1 parent e5bd814 commit 6960cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/auto-session/session-lens/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function SessionLens.make_telescope_callback(opts)
-- Don't include <session>x.vim files that nvim makes for custom user
-- commands
if not Lib.is_session_file(session_root_dir .. file_name) then
return nil
return {}
end

-- the name of the session, to be used for restoring/deleting
Expand Down

0 comments on commit 6960cab

Please sign in to comment.