I'm having problems folding some lines in a LaTeX. I use the set foldmarker=/*,*/ option in my .vimrc, and is working fine in the main file, but when I change the buffer, in the other file, I can't fold the lines.
This is the main file. And this is the other file.
set foldmarker=/*,*/
set foldnestmax=10
set nofoldenable
set foldlevel=2
autocmd BufWinLeave *.* mkview
autocmd BufWinEnter *.* silent loadviewAnd that is what I have in my .vimrc to fold.