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

Buffers aren't removed when saving session in windows #5

Open
eduardoarandah opened this issue Jul 6, 2020 · 0 comments
Open

Buffers aren't removed when saving session in windows #5

eduardoarandah opened this issue Jul 6, 2020 · 0 comments

Comments

@eduardoarandah
Copy link

gif2

For some reason, (in windows) buffers can't be removed from session.
This happened recently, not sure when but might be somewhere in the last 2 months.

Config:

Plug 'romgrk/vim-session'

let g:session_autoload = 'no'
let g:session_autosave = 'yes'
let g:session_directory = $HOME."/.vim/sessions"
let g:session_extension = ''

" Create dir
if !isdirectory($HOME."/.vim/sessions")
  call mkdir($HOME."/.vim/sessions","p")
endif

Version:
Editor: Gvim 8.2
Platform: Windows 10

Not sure about version, I get this on git log:

commit f440c32a966f17b6694e8629af2aa98fbb4df23f (grafted, HEAD -> master, origin/master, origin/HEAD)
Author: Rom Grk <[email protected]>
Date:   Mon May 25 23:28:36 2020 -0400
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

No branches or pull requests

1 participant