Hello.

I want make foldcolumn visible only when foldmethod is not manual.
Where is the best place for this:
 if &foldmethod != 'manual'
   set foldcolumn=1
 endif
?

Or there is a more better way to do this?

--
sergio.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to