Check the value of any Vim setting by adding a ? to the end of its name.

# Validate spelling is turned off
:set spell?
=> nospell

# Validate incremental search is turned on
:set incsearch?
=> :incsearch