Re: [patch] use strikethrough for diff filetype

2017-10-10 Fir de Conversatie Ben Fritz
On Saturday, October 7, 2017 at 2:30:32 AM UTC-5, Christian Brabandt wrote: > On Fr, 06 Okt 2017, Ben Fritz wrote: > > > https://bitbucket.org/fritzophrenic/vim-tohtml/issues/14/add-support-for-strikethrough > > > > I am starting to get a backlog...I will try to get out a new version > > with thi

Re: [patch] use strikethrough for diff filetype

2017-10-07 Fir de Conversatie Christian Brabandt
On Fr, 06 Okt 2017, Ben Fritz wrote: > https://bitbucket.org/fritzophrenic/vim-tohtml/issues/14/add-support-for-strikethrough > > I am starting to get a backlog...I will try to get out a new version > with this and some bugfixes soon. Would it be helpful to provide patches? I could have a look.

Re: [patch] use strikethrough for diff filetype

2017-10-06 Fir de Conversatie Ben Fritz
On Thursday, October 5, 2017 at 1:03:04 AM UTC-5, Christian Brabandt wrote: > On Di, 03 Okt 2017, Ben Fritz wrote: > > > I for one will definitely use it, I didn't remember that strikethrough > > had been added! Thanks for the example, if nothing else! > > There might also be changes for the 2htm

Re: [patch] use strikethrough for diff filetype

2017-10-04 Fir de Conversatie Christian Brabandt
On Di, 03 Okt 2017, Ben Fritz wrote: > I for one will definitely use it, I didn't remember that strikethrough > had been added! Thanks for the example, if nothing else! There might also be changes for the 2html plugin needed. Christian -- Nächstenliebe findet man zum Beispiel bei Menschen, die

Re: [patch] use strikethrough for diff filetype

2017-10-04 Fir de Conversatie Ben Fritz
On Tuesday, October 3, 2017 at 10:55:54 PM UTC-5, Manuel Ortega wrote: > > > Am I the only one who looked at the screenshot and found it harder to read > than the non-strikethough version of diff highlighting?  Seriously, the > *color* is what tells the reader which text is the old text.  Whic

Re: [patch] use strikethrough for diff filetype

2017-10-03 Fir de Conversatie Tony Mechelynck
On Wed, Oct 4, 2017 at 5:55 AM, Manuel Ortega wrote: > On Tue, Oct 3, 2017 at 10:29 PM, Ben Fritz wrote: >> >> On Monday, October 2, 2017 at 1:05:03 PM UTC-5, Bram Moolenaar wrote: >> > Christian wrote: >> > >> > > Bram, >> > > since Vim can now display strikethrough attributes (in the gui), let'

Re: [patch] use strikethrough for diff filetype

2017-10-03 Fir de Conversatie Manuel Ortega
On Tue, Oct 3, 2017 at 10:29 PM, Ben Fritz wrote: > On Monday, October 2, 2017 at 1:05:03 PM UTC-5, Bram Moolenaar wrote: > > Christian wrote: > > > > > Bram, > > > since Vim can now display strikethrough attributes (in the gui), let's > > > make a bit more use of it. > > > > > > This patch adds

Re: [patch] use strikethrough for diff filetype

2017-10-03 Fir de Conversatie Ben Fritz
On Monday, October 2, 2017 at 1:05:03 PM UTC-5, Bram Moolenaar wrote: > Christian wrote: > > > Bram, > > since Vim can now display strikethrough attributes (in the gui), let's > > make a bit more use of it. > > > > This patch adds the strikethrough attribute to the diff syntax file for > > dele

Re: [patch] use strikethrough for diff filetype

2017-10-02 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Mo, 02 Okt 2017, Bram Moolenaar wrote: > > > colorschemes. And your trick to copy the attributes from "Special" > > isn't something I would advertise... > > That is because there is no easy way to get all attributes of a > highlighting group and I wanted the changes to b

Re: [patch] use strikethrough for diff filetype

2017-10-02 Fir de Conversatie Christian Brabandt
On Mo, 02 Okt 2017, Bram Moolenaar wrote: > colorschemes. And your trick to copy the attributes from "Special" > isn't something I would advertise... That is because there is no easy way to get all attributes of a highlighting group and I wanted the changes to be as minimal as possible (e.g.

Re: [patch] use strikethrough for diff filetype

2017-10-02 Fir de Conversatie Bram Moolenaar
Christian wrote: > Bram, > since Vim can now display strikethrough attributes (in the gui), let's > make a bit more use of it. > > This patch adds the strikethrough attribute to the diff syntax file for > deleted lines. Since this impacts readability, put the change behind a > switch and docu

Re: [patch] use strikethrough for diff filetype

2017-10-02 Fir de Conversatie Christian Brabandt
Attached is an updated patch, that fixes an error. Christian -- Der guten Menschen Hauptbestreben ist, andern auch was abzugeben. -- Wilhelm Busch -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to.