Cameron Ring

Results 111 comments of Cameron Ring

@rmagatti This reproduces for me (where everything passed to `SessionSave` is used as the session name) but, fwiw, I think that seems like the right behavior. Trying to use the...

To help me understand what i think the best option is, I spent some time digging into how the code works currently (tested on `main` tonight). Consider this setup: default...

Great, I'll add to my list to work on!

@rmagatti I think this can be closed now

The `No such variable: "SessionLoad"` error is usually caused when a session gets loaded while in the process of already loading a session. Consider a normal session file (with `curdir`...

@3rd Can you share the specific error you're getting? And is it possible for you to post your `session_control.json` file (by default in `vim.fn.stdpath "data" .. "/auto_session/")`?

I'll have a PR for this later today. Looks like it was introduced in #322

@3rd If you're up for it, I'd love to have someone test out the fix for this issue. If so, change your config as follows: -- 'rmagatti/auto-session', 'cameronr/auto-session', restart nvim,...

#315 improves this case so while it's still converting dashes to backslashes, it will load the session when selected. For example, I have a directory called "dash-test" and the session...

@rmagatti what about url encoding the filename of the session? Then we could use the same encoding scheme on all platforms and have it be fully reversible while only being...