Closed markwu closed 6 years ago
It seems ProsessionPre and ProsessionPost does not defined yet. I got "No matching autocommands." errors when I use :Prosession .
ProsessionPre
ProsessionPost
:Prosession .
Maybe you should create two dummy autocmd for this? Or add silent before doautocmd to ignore this annoying errors.
silent
doautocmd
Thanks, I confirmed this issue fixed.
It seems
ProsessionPre
andProsessionPost
does not defined yet. I got "No matching autocommands." errors when I use:Prosession .