Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto_save_to option added #81

Merged
merged 1 commit into from
Jul 8, 2015
Merged

Conversation

cirosantilli
Copy link
Contributor

The doc diff explains exactly what this does.

Fixes #79 if user adds the following to his .vimrc:

let g:session_autosave = 'yes'
let g:session_autosave_to = 'default'
let g:session_autoload = 'yes'

@xolox xolox merged commit 46d6c02 into xolox:master Jul 8, 2015
xolox added a commit that referenced this pull request Jul 8, 2015
@xolox
Copy link
Owner

xolox commented Jul 8, 2015

Hi Ciro and thanks for the pull request! This is now merged and published as vim-session 2.12. I made some minor changes while merging because this could no longer be merged automatically, but the option name is the same so it's compatible. Sorry it took so immensely long, I have 30+ open source projects and struggling to find free time to maintain all of them :-). Happy Vimming!

@cirosantilli
Copy link
Contributor Author

Ha, surprise!

No worries, I know what you mean, PR review does take time and is a risk.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to always autosave to default session instead of the current one?
2 participants