Saturday, September 26, 2015

Re: colors when using tiny vim

2015-09-25 21:12 GMT+03:00 DwigtArmyOfChampions
<dwightarmyofchampions@hotmail.com>:
> I am using tiny vim, which has no syntax highlighting (according to the output from the :version command). So how are my line numbers in yellow and my list characters (:set list) are in blue? Where is this being set?

Absense of syntax highlighting means absense of working :syn command
(== regex-based file parsing), not absense of terminal color support.
To configure this you need to use :highlight command (:h :highlight),
:h 'highlight' contains an index of highlight groups you may
configure, it is suggested to *not* alter the option itself.

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