After some profiling, it appears that when using vim-stay (perhaps loading views, in general -- haven't checked), the folds are recomputed twice -- once when the view script calls set fdl=..., and once when the view script calls zo for the first time. For slow folders, this makes quite a difference.
After some profiling, it appears that when using vim-stay (perhaps loading views, in general -- haven't checked), the folds are recomputed twice -- once when the view script calls
set fdl=..., and once when the view script callszofor the first time. For slow folders, this makes quite a difference.