Hi Everyone, Since end of last week I'm having a problem of not being able to save my buffer folds in all open windows but destination window. Buffer folds are saved only in one window - the window last opened. On reload if there are more windows then only folds in the last window are preserved while all other windows loose the folds.
I've been using `xolox/vim-session` all this time and never i had this problem before until last week. Because this is such an important feature to me i decided to try another plugin `mhinz/vim-startify` after disabling the earlier one. The problem unfortunately persisted. I disabled both plugins and tested using `mksession` (after having `set sessionoptions+=fold` in `vimrc` - in fact same setting as for above two plugins and noted that it also does not save folds of buffer in all open windows i.e. having the same problem as the other two plugins. I also tried using `set viewoptions+=folds` in `vimrc`, saved the buffer with opened windows by running `:mkview myName` - this properly saved the folds on one of the windows that would otherwise loose its folds. When i now reload the same buffer using `mksession` or `mhinz/vim-startify` and next run `:loadview myName` the folds on window are properly loaded. The problem is that I'd like to automate the above so that I could perhaps continue using `mhinz/vim-startify` with the ability to automatically save folds on all open windows (of same buffer). Any suggestion, comments or perhaps longer elaboration on this is greatly appreciated. Regards -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
