hsitz / VimOrganizer

VimOrganizer is partly a clone of Emacs' Org-mode, and partly a front end to Org-mode itself. Do Org in Vim.
http://vimeo.com/31531308
518 stars 67 forks source link

VimOrganizer screws with my foldcolumn settings #58

Open seschwar opened 11 years ago

seschwar commented 11 years ago

VimOrganizer overrides my custom foldcolumn settings with its -- IMHO not very useful -- values: foldcolumn is set to 1 and FoldColumn is highlighted with ctermfg=0 ctermbg=0. I would like VimOrganizer not to mess with merely cosmetic settings which are not really required for its functionality.

hsitz commented 11 years ago

On Mon, Jun 3, 2013 at 5:37 AM, seschwar notifications@github.com wrote:

VimOrganizer overrides my custom foldcolumn settings with its -- IMHO not very useful -- values: foldcolumn is set to 1 and FoldColumn is highlighted with ctermfg=0 ctermbg=0. I would like VimOrganizer not to mess with merely cosmetic settings which are not really required for its functionality.

— Reply to this email directly or view it on GitHubhttps://github.com/hsitz/VimOrganizer/issues/58 .

seschwar -- I'll have to check into that, don't recall reason why VimOrganizer changes foldcolumn. Out of town for next couple days but will try to take a look. Not sure, but my guess is it's not something likely to be changed. A lot of what VimOrganizer does is merely cosmetic, that's what's needed for good experience using Vimorganizer. Easiest cure is to run VimOrganizer docs in different Vim instance. Anyway, like I said I'll try to take a look later this week.

My first guess is to why foldcolumns was changed is that the level info in foldcolumns is misleading to anyone using a VimOrganizer document. If that's all it is then it's probably an easy default to add option to change, with end result that you hav e foldcolumn that is misleading regarding the VimOrganizer doc . . . .

-- Herb