]> git.wincent.com - pinnacle.git/commit
Don't let verbose info mess with operation
authorGreg Hurrell <greg@hurrell.net>
Wed, 4 May 2016 01:44:39 +0000 (18:44 -0700)
committerGreg Hurrell <greg@hurrell.net>
Wed, 4 May 2016 01:44:39 +0000 (18:44 -0700)
commitf405c022e831554ad1e5f48384295c561bedba63
treecb9c5e5ca1e2ccf907f8394c953ec140dffc121d
parent9b1ce8039927968a788c04dc747d09a7a41835ff
Don't let verbose info mess with operation

`'verbose'` > 0 will lead us to capture output like:

  Comment xxx term=bold,italic cterm=italic ctermfg=8 gui=italic guifg=#65737e
  Last set from ~/code/wincent/roles/dotfiles/files/.vim/after/plugin/color.vim

which will lead to `E416: missing equal sign` errors when we try to use the
captured output.

So, force `'verbose'` to 0 for the duration of the capture.
autoload/pinnacle.vim