2009/10/15 sc <[email protected]>

>
> On Thursday 15 October 2009, Pablo Giménez wrote:
>
> > Is there any way to get the name of the current colorscheme
> > used in a vim script???
>
> if the scheme is properly written it has a line assigning its
> name to the global variable 'colors_name', for example:
>
> let g:colors_name = "biogoo"
>
Thanks that works perfectly.
Now my problem is that in the colors scheme menu only appears the colors in
the /usr/share/vim71/colors.
But I have add to the runtime another path using in my ~/.vimrc:
 " Set runtime paths
set runtimepath="/opt/myVim",$VIMRUNTIME

in /opt/myVim I have a folder called colors with my colorscheme, it  works
perfectly with the :colorscheme command, so vim can find the color script,
but it doesn't appear in the color scheme menu.
Any to include it in the vim menu?????
thx


> so you can query and use that
>
> hth,
>
> sc
>
> >
>


-- 
Un saludo
Best Regards
Pablo Giménez

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to