Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 245 Bytes

current-value-of-a-setting.md

File metadata and controls

13 lines (10 loc) · 245 Bytes

Current Value of a Setting

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