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
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
Don’t miss my next essay
Hear from me immediately when I post: no ads, unsubscribe anytime.