My vim seems to create a vim9script Session.vim where two little lets seem to throw when I re-start a session:
if filereadable(sx)
exe "source " .. fnameescape(sx)
endif
&g:so = so_save | &g:siso = siso_save
nohlsearch
let g:this_session = v:this_session
let g:this_obsession = v:this_session
doautoall SessionLoadPost
unlet g:SessionLoad
# vim: set ft=vim :
The nuisance goes away and the session seems to otherwise keep working
My vim seems to create a
vim9scriptSession.vim where two littleletsseem to throw when I re-start a session:The nuisance goes away and the session seems to otherwise keep working