Sunday, March 9, 2014

Re: set colorscheme vs. colorscheme


On Mar 9, 2014 9:37 PM, <meino.cramer@gmx.de> wrote:
>
> Hi,
>
> my question is based on curiosity only...no implied
> critism or such ...
>
> Is there a reason why so many option (parameter-value pairs)
> are set via
>
>         set <parameter>=<value>
>
> but the colorscheme is set via
>
>         <parameter> <value>
>
> ???

Colorscheme is not an option. ":colorscheme abc" is nearly the same thing as ":runtime colors/abc.vim" (with an addition of a few other commands like ":hi clear"). You should instead ask why ":set filetype=abc" sources ftplugin files. Options other then &filetype and &syntax do not source any files.

Also note :compiler and :behave commands: they are similar to :colorscheme.

>
> Have a nice rest of sunday! :)
> Best regards,
> mcc
>
>
>
> --
> --
> 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
>
> ---
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: