I am trying to use fold feature of vim. I could fold the text in vim ( used commands zc/zo/zM).
After saving the file with folds, when I re-open, file is shown without any folds. I want to see a file with folds.
I even installed foldplugin for vim. But this problem persists.
How to get a file with folds in vim, when I re-open the file? Pls advise.
Thank you,