davidmiller / pony-mode

Django mode for emacs
Other
149 stars 32 forks source link

Fix pony-browser string matching #82

Closed myrjola closed 10 years ago

myrjola commented 10 years ago

If I run pony-runserver the development server URL is reported on a line like:

Starting development server at http://localhost:8000/

But pony-browser tries to match:

Development server is running at http://localhost:8000/

This fix matches both versions.

davidmiller commented 10 years ago

Thanks - super sensible patch :)