Friday, September 6, 2019

Re: Unwanted underline

On Do, 05 Sep 2019, JH wrote:

> On 9/4/19, Christian Brabandt <cblists@256bit.org> wrote:
> >
> > On Mi, 04 Sep 2019, hh h wrote:
> >
> >>
> >> I installed 2:8.0.1453-1ubuntu1.1 in Ubuntu 18.4, could anyone explain why
> >> vim display underline in system key word, I don't want those underline,
> >> how can I set .vimrc to remove those underline?
> >>
> >> #include <unistd.h>
> >> #include <inttypes.h>
> >> #include <string>
> >> #include <vector>
> >
> > That is quite a brief problem description. From the context, I assume
> > you see this with C files, however I don't see that with the mentioned
> > header lines.
>
> With C++ file.
>
>
> > Please provide exact reproduction steps. Start with vim --clean
>
> Wow, that makes different, it displays color, no underline any more,
> how can I run the vim without --clean?

So check your configuration.

> Also, I use .vimrc configure, what the statement can I add to .vimrc
> to turn the color off?

You don't want colors? Then configure vim to not use syntax
highlighting.
(:h :syn-off)

Best,
Christian
--
Mit einer geballten Faust kann man keinen Händedruck wechseln.
-- Indira Gandhi

--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20190906075455.GU25942%40256bit.org.

No comments: