Sunday, July 31, 2016

Re: Question born from pure curiosity...

2016-07-31 10:31 GMT+03:00 <Meino.Cramer@gmx.de>:
> Hi,
>
> this NOT meant as implicit or explicit critism, complain
> or what else...
>
> Its just interest in vim and driven by curiosity... :)
>
> To set an option or feature inside vim one do
>
> : set <option>=<value>
>
> But why it is
>
> :colorscheme <value>

:colorscheme is *not* an option. It is a shortcut to `runtime
colors/<value>.vim` with some more work (e.g. `doautocmd ColorScheme
<value>` or dealing with g:colors_name).

>
> ???
>
> Best regards,
> Meino
>
>
> --
> --
> 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: