Ever wanted to know what value a variable has and where it was set from in Vim?

Easy. Just run:

:verbose set <option>

e.g. for textwidth

:verbose set textwidth

The output would look something like:

textwidth=120
    Last set from ~/code/dotfiles/vim/ftplugin/markdown.vim line 4