I have a file that is structured as follows (in fact, the file is much more complicated.):
<div id="x"> <div id="y"> <div id="z"> </div> </div> </div>
The problem is that vim cannot backtrack from the nested one and should be more right. Is there any command in vim that can backtrack correctly?
The file is partial HTML with the extension * .php (Drupal template file).
xralf source share