Is there a simple way of finding out the current value of a specified Vim setting? If I want to know the current value of, say tabstop, I can run:
tabstop
If you don't remember what setting you want to check, you can view all settings:
:set all
or show each setting, one setting per line:
:set! all