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
Add a ? mark after the setting name and it will show the value
:set expandtab?