We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320bd89 commit 5cd13a5Copy full SHA for 5cd13a5
tests/cmds_spec.lua
@@ -17,6 +17,7 @@ describe("The default config", function()
17
end)
18
19
it("can save a session for the cwd", function()
20
+ assert.False(as.session_exists_for_cwd())
21
vim.cmd("e " .. TL.test_file)
22
23
vim.cmd "SessionSave"
0 commit comments