Possible Duplicate:
Get current value of a setting in Vim
I know that you can use :set
to change Vim settings and that you can set up a configuration file ~/.vimrc
but I'm running into some issues getting this to work with MacVim and I want to be able to display what a Vim environment variable is.
Is there a command like :show tw
or something like this that will do this?
Thanks.