Ronnie Magatti

Results 127 comments of Ronnie Magatti

So I tried the build `5.15.1` and I think it's better indeed, it still seems to slow down just not nearly by as much. Thanks for looking into it!

Hi @Andy3153, thanks for the issue submission! This plugin currently does have two separate menus for session searching (loading) and deleting. `:Autosession search` and `Autosession delete`. That said, I tend...

Hey @tsnieman, thanks for the issue submission! Could you elaborate on what you mean by "My sessions cannot be easily saved/loaded via the root directory of my git project."? Auto...

Hey @kishikaisei thanks for the issue submission! 🎉 I'd be happy to accept a PR if you or anyone's got some free time to dive into this. I don't really...

The tricky part here is that `DirChanged` is _after_ the `cwd` has already changed. I'd need to know it's happening before it happens to be able to: 1. Save the...

Just knowing what session existed before the `:cd` isn't enough. It's the ability to do work before it that matters more. In the scenario you mention, what would have happened...

Ah yes. `last_loaded_session` was added to keep track of the current session as you can see in #45. It makes sense you'd need to set that back to `nil`.

Opened a `vim/vim` issue. Let's see if it ends up getting some tracktion or not. A `DirChangedPre` autocmd would make this problem trivial to solve.

Oh and congrats on your plugin 👏 @willthbill

Good news: https://github.com/vim/vim/issues/9721 is merged and is already in Neovim as well. Now I just need to find the time to implement this :)