swekaj / php-foldexpr.vim

Vim folding for PHP with foldexpr
MIT License
41 stars 10 forks source link

folding limited to a single window in a vim split window session of the same *.php file #28

Open aztlan2k opened 6 years ago

aztlan2k commented 6 years ago

@swekaj , first, thanks for the plugin. Been using it for several weeks now and for the most part has been working well.

One area where it has not worked is when I open the same *.php file in a vim split window in order to examine two areas of the same file at the same time. The first window has the folds working just fine but the second window opens without any folds at all. Whenever I attempt to fold (zc) any function / method in that second window... I simply am told that there are no folds, whereas in the original window all the folds function as normal.

Do you see this as well?