[Vimoutliner] Question regarding gvim and colorschemes
Matthew Weier O'Phinney
mweierophinney at gmail.com
Mon Apr 2 06:52:52 EDT 2007
On 3/30/07, Noel Henson <noel at noels-lab.com> wrote:
> On Friday 30 March 2007 10:23, Matthew Weier O'Phinney wrote:
<snip>
> > I recently was in a position where I could re-migrate from Windows to
> > Linux. Unfortunately, when I did so, checkboxes stopped working for me,
> > and in gvim, I get an odd behaviour that my vimoutliner colorscheme
> > selection is not honored.
> >
> > I solved the checkboxes by installing the latest version of vimoutliner
> > (who knows what version I was on before), but the colorscheme issue
> > still is not resolved.
> >
> > Basically, I have the following in my vimoutlinerrc:
> >
> > let g:vo_modules_load = "checkbox:hoist"
> > setlocal background=dark
> > setlocal nowrap
> > let g:hoistParanoia=0
> > colorscheme vo_dark
> >
> > In my gvimrc, I have this:
> > :colorscheme koehler
> > :set guifont=Andale\ Mono\ 13
> > :set lines=24
> > :set columns=80
> > :set go-=T
> >
> > I tried commenting out the colorscheme setting in the gvimrc, but that
> > didn't work either; no matter what I do, I end up with the vo_light
> > colorscheme, and have to manually select vo_dark.
> >
> > In vim run from a console, it works fine.
> >
> > Any ideas?
>
> What is in your ~/.vimoutlinerrc file? At the end of the file, there should
> be a "colorscheme" line. That is where the colors are selected in 0.3.4.
The uncommented directives from my .vimoutlinerrc are:
let g:vo_modules_load = "checkbox:hoist"
setlocal background=dark
setlocal nowrap
let g:hoistParanoia=0
colorscheme vo_dark
So, my assumption is that vo_dark would be selected. However, vo_light
is always used when I load a vimoutliner file in gvim. vo_dark *is*
selected when I load the file in vim from a console, however.
--
Matthew Weier O'Phinney
mweierophinney at gmail.com
http://weierophinney.net/matthew/
More information about the VimOutliner
mailing list