How do you undo setting an option in vim?

Viewed 4567

I often call

:set spell

only to immediately call

:set nospell

once I've corrected the word I was unsure of.

I can make this faster by mapping both commands, but I'm looking for a more general way to speed this up. Is it possible to undo the last option :set?

2 Answers
Related