I\'ve been using Vim for a while, and I can\'t get proper HTML indentation working in PHP files.
For example, what I want is for each child to be indented one tab mo
i found this solution is much better. http://www.vim.org/scripts/script.php?script_id=1120
supporting HEREDOC html style. which occur frequently in my code. BTW:it's has more versions than the old one (script id 604, alex posted it above)