The 911 of action movies
Okay, I did not know that they were making a new Die Hard so finding the
trailers was a nice surprise.
Once the helicopter was blown up by the car, once the plane had flown under the bridge, once the car didn't hit them because of the other cars, once Bruce had jumped off _the jet_, I decided. This film will be the film by which all others will be judged. It will be a brave film that dares to try anything similar.
The 911 comment? If Porsche puts a DSG in one of those then everyone else should just go home.
Changes Afoot
I've checked in some new changes. Hopefully these will result in a new version sometime soon.
There are a couple of changes which may cause some issues. Firstly, I've removed the 'local indent' requirement of the last version (1.1). It was implemented to solve some issues with indenting but I've found a different way to work around the problem.
Secondly, I've removed the use of 'iskeyword' for matching special characters in tags. This changes the contract slightly: special character triggers will require whitespace before them.
An example. In the Django templates the trigger '{{' will only be expanded if there is whitespace before it. Other characters which previously worked ('#', for example) will no longer do so.
So, get posting your bug reports and I'll try and get fixes into the next release. I'm using bazaar for revision control at the moment as I'm not the net much. As a result I'm thinking of moving to Launchpad rather than Google. If anyone's got any opinions then please let me know through the comments.