The configuration setting g:prosession_on_startup does not work. I have to manually invoke :Prosession on every vim start.
Replication steps:
let g:prosession_on_startup=0 " Prosession does nothing, as documented
let g:prosession_on_startup=1 " Prosession still does nothing
Vim version info:
calyodelphi@dragonpad:~/.vim$ gvim --version
VIM - Vi IMproved 8.1 (2018 May 18, compiled Feb 01 2022 09:16:32)
Included patches: 1-2269, 3612, 3625, 3669, 3741
Modified by team+vim@tracker.debian.org
Compiled by team+vim@tracker.debian.org
The configuration setting
g:prosession_on_startup
does not work. I have to manually invoke:Prosession
on every vim start.Replication steps:
Vim version info:
Running on Ubuntu Focal 18.04LTS.