Am Freitag, 2. März 2018 08:37:21 UTC+1 schrieb Anton Shepelev:
> Hello, all
> 
> I  am using GVim with a font that has no italic sub-
> set.  When I edit markdown (.md) files, however, Vim
> tries  to  render  *emphasized* text as italic.  How
> can I prevent that?  Is it  configured  in  a  color
> file or a syntax file?
> 
> -- 
> Please, do not forward replies to the list to my e-mail.

It is set in the syntax/markdown file and links to htmlItalic:
markdownItalic xxx links to htmlItalic

You can override it in ~/.vim/after/syntax/html.vim:
hi htmlItalic gui=NONE

If you use vim inside terminal, substitute gui with term or cterm.

-- 
-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to