Open roachsinai opened 3 years ago
|SessionLoadPost| 自动命令事件在会话文件载入/执行后被激活。
*SessionLoad-variable*
会话文件载入期间,SessionLoad 全局变量被设为 1。用此变量,插件可以推迟部分工
作,直到激活 SessionLoadPost 事件时才执行。
感觉是上面的设置的原因。导致vim -S Session.vim
之后显示的当前buffer的一些配置没有被设置?
如果先打开vim,然后:source Session.vim这就没有问题了。
又或者在在after/ftplugin里面设置setlocal conceallevel=0
。
目前可以,还有待验证。
describe
If use both
indentLine
andvim-polyglot
, and do:mksession
in a markdown buffer, then usevim -S Session.vim
to load session, the setting to exclude markdown for indentline not works for the first loaded file this time.minimal_vimrc:
how to reproduce
Suppose have two markdown files in current directory:
hmanx ~ » cat ttt.md
hmanx ~ » cat ttt.md
But the conceal of
tt.md
is not changed.