Friday, July 31, 2020

Strange behavior of vim-kolor with Markdown

Hello, all

I have a problem with the beautiful vim-kolor plugin, and am
posting my question here because the plugin author seems to
have set up the Github project not to accept any issues:

https://github.com/zeis/vim-kolor

Maybe you can help.

While editing a markdown file (*.md) in GVim with the
following vimrc:

set encoding=utf8
let g:kolor_italic=0
let g:kolor_bold=0
colorscheme kolor
syntax enable
filetype plugin on
set guifont=PxPlus IBM VGA8:h24

italic font style is used for *emphasis* even though it is
disabled in the vimrc. When, however, I explicitely invoke
`:colo kolor', the italic style is turned off. Futhermore,
an explicit invocation of `:colo kolor' turns off italic
even if it is not disabled in vimrc. But the bold style
setting (g:kolor_bold) is respected. This bug (if bug it
is) occurs with .md files, but not with vimrc, so I don't
even know whether it is in the vim-kolor plugin or the
markdown syntax definition...

Is anybody else using this plugin and observing the same
issue?

--
Please, do not forward replies to the list to my e-mail.

--
--
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/20200731121119.de2e6278d763ae5e34eabe09%40gmail.com.

No comments: