Problem: Vim does not highlight all my comments apparently because of folds
alt text http://files.getdropbox.com/u/175564/vim-color-problem.png
Note the line 84 where the comment is not highlighted. I move my cursor up and down the same problem continues.
I am not sure whether it is possible to have a complete syntax highlighting with folds. Google-linux did not give any significant result.
Thanks to Nickd! The commands are highlighted correctly when I unfold all folds before the bug in highlighting at the line 84.
How can you highlight all comments when you use folds in Vim?