Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-05 Thread Dominique Pellé
I see that this patch was meant to make undercurl work in terminals that support it: === commit 8b9e20afb0da79a21155988a38704b5777cc2efe Author: Bram Moolenaar Date: Tue Nov 28 21:25:21 2017 +0100 patch 8.0.1358: undercurl is not used in the terminal Problem:Undercurl is not used

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-05 Thread Dominique Pellé
On Sun, Apr 5, 2020 at 12:38 PM Dominique Pellé wrote: > If I do that: > > $ cat > test.vim < set spellfile=/tmp/en.utf8.add spelllang=en_us spell t_Co=256 > hi clear > > hi SpellBad guisp=redgui=undercurl guifg=NONE guibg=NONE > ctermfg=NONE ctermbg=NONE term=undercurl cterm=undercurl > hi

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-05 Thread Dominique Pellé
If I do that: $ cat > test.vim < test.vim

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-03 Thread Daniel Gray
On 20/04/03 11:57AM, Dominique Pellé wrote: In vim :help undercurl, I see: === BEGIN QUOTE === "undercurl" is a curly underline. When "undercurl" is not possible then "underline" is used. In general "undercurl" and "strikethrough" is only available in the GUI. === END QUOTE === So we should

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-03 Thread Dominique Pellé
Lifepillar wrote: > On 2020-04-02, Christian Brabandt wrote: > > > > On Mi, 01 Apr 2020, Daniel Gray wrote: > > > >> Hi, > >> > >> I'm currently working on a theme called Selenized > >> https://github.com/jan-warchol/selenized/ > >> > >> We're using

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-03 Thread Lifepillar
On 2020-04-03, Lifepillar wrote: > in Vim's terminal Sorry, I mean in terminal Vim. And btw, I am using Vim 8.2.0350. Should Vim fallback to `underline` when the terminal does not support `undercurl`? Life. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-03 Thread Lifepillar
On 2020-04-02, Christian Brabandt wrote: > > On Mi, 01 Apr 2020, Daniel Gray wrote: > >> Hi, >> >> I'm currently working on a theme called Selenized >> https://github.com/jan-warchol/selenized/ >> >> We're using https://github.com/lifepillar/vim-colortemplate to template >> our theme. >> >>

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-02 Thread Christian Brabandt
On Do, 02 Apr 2020, Tony Mechelynck wrote: > On Thu, Apr 2, 2020 at 9:20 AM Christian Brabandt wrote: > > > > > > On Mi, 01 Apr 2020, Daniel Gray wrote: > > > > > Hi, > > > > > > I'm currently working on a theme called Selenized > > > https://github.com/jan-warchol/selenized/ > > > > > >

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-02 Thread Tony Mechelynck
On Thu, Apr 2, 2020 at 9:20 AM Christian Brabandt wrote: > > > On Mi, 01 Apr 2020, Daniel Gray wrote: > > > Hi, > > > > I'm currently working on a theme called Selenized > > https://github.com/jan-warchol/selenized/ > > > > We're using https://github.com/lifepillar/vim-colortemplate to template

Re: Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-02 Thread Christian Brabandt
On Mi, 01 Apr 2020, Daniel Gray wrote: > Hi, > > I'm currently working on a theme called Selenized > https://github.com/jan-warchol/selenized/ > > We're using https://github.com/lifepillar/vim-colortemplate to template > our theme. > > The issue I'm having is >

Theme dev (Selenized) help: SpellRare and undercurl not working in Vim, works in NeoVim

2020-04-01 Thread Daniel Gray
Hi, I'm currently working on a theme called Selenized https://github.com/jan-warchol/selenized/ We're using https://github.com/lifepillar/vim-colortemplate to template our theme. The issue I'm having is https://github.com/jan-warchol/selenized/pull/71#pullrequestreview-375757756 We cannot