Can I turn on extended regular expressions support in Vim?

Viewed 13551

The characters for extended regular expressions are invaluable; is there a way to turn them on so that I don't have to escape them in my Vim regex, much like the -E flag I can pass to grep(1)?

2 Answers
Related