Would you call these bugs?
1)
vim script (vimL) syntax highlighting highlights on (:only) as an option value, e.g. if a ==# 'banana'
on
en
--
2)
termguicolors was (AFAIU) mostly or only for GUI, including the
colorscheme gui= guibg= and guibf= settings....
in terminal vim, if you set termguicolors, you loose the
SpellBad visual cue, which entail an impaired spell check.
One have to execute
:hi SpellBad cterm=undercurl
to achieve what is probably desired by Vim developers.
3)
pack/xxx/opt/yyy/after/
are not run after :packadd yyy
(which is just tear-jerking)
--
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:
Post a Comment