Closed xc1427 closed 7 years ago
It seems that I found the explanation for this problem.
When options
is excluded from sessionoptions
(set sessionoptions-=options
), setlocal readonly
will not be set for help window. So the help window will be displayed as normal mode
.
I think the simple workaround is to do set sessionoptions-=help
. To restore help window is actually not much of interest.
As title says.
I also tried to disable almost all other plugins, and it gives the same result.