When I am using vim (in a terminal), how can I get a list/display of what I have set?
For example, if during a vim session I have done :set spell, :set wrap, and :set linebreak - is there a way to get a list of "spell, wrap, linebreak"?
Thanks
