You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Version: 2.13.1 Editor: Gvim 8.2 Platform: Windows 10
Config:
Plug 'xolox/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
The text was updated successfully, but these errors were encountered:
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.
Version: 2.13.1
Editor: Gvim 8.2
Platform: Windows 10
Config:
The text was updated successfully, but these errors were encountered: