Re: Patch 8.0.0181

2017-01-15 Fir de Conversatie Bram Moolenaar
Masanori Misono wrote: > Hi Bram, > > 2017年1月14日土曜日 23時21分21秒 UTC+9 Bram Moolenaar: > > Hirohito Higashi wrote: > > > > > Hi Bram, > > > > > > 2017-1-14(Sat) 22:54:57 UTC+9 Bram Moolenaar: > > > > Patch 8.0.0181 > > >

Re: Patch 8.0.0181

2017-01-14 Fir de Conversatie Masanori Misono
Hi Bram, 2017年1月14日土曜日 23時21分21秒 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > Hi Bram, > > > > 2017-1-14(Sat) 22:54:57 UTC+9 Bram Moolenaar: > > > Patch 8.0.0181 > > > Summary:with cursorbind set cursor column highlighting

Re: Patch 8.0.0181

2017-01-14 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Here is a patch. (Attached) Thanks, but that does not appear to solve the problem. Looks like we need to use NOT_VALID for redraw_later(). -- This sentence is not sure that it exists, but if it does, it will certainly consider the possibility that other sentences

Re: Patch 8.0.0181

2017-01-14 Fir de Conversatie h_east
Hi Bram, Here is a patch. (Attached) -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- You received this message from the "vim_dev" 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

Re: Patch 8.0.0181

2017-01-14 Fir de Conversatie h_east
hi Bram, > It works for me. The following setting is no works. (set 'cursorline' without 'cursorcolumn') :set cursorbind cursorline nocursorcolumn -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply

Re: Patch 8.0.0181

2017-01-14 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Bram, > > 2017-1-14(Sat) 22:54:57 UTC+9 Bram Moolenaar: > > Patch 8.0.0181 > > Summary:with cursorbind set cursor column highlighting is off > > Problem:When 'cursorbind' and 'cursorcolumn' are both on, the column > >

Re: Patch 8.0.0181

2017-01-14 Fir de Conversatie h_east
Hi Bram, 2017-1-14(Sat) 22:54:57 UTC+9 Bram Moolenaar: > Patch 8.0.0181 > Summary:with cursorbind set cursor column highlighting is off > Problem:When 'cursorbind' and 'cursorcolumn' are both on, the column > highlignt in non-current windows is wrong. >

Patch 8.0.0181

2017-01-14 Fir de Conversatie Bram Moolenaar
Patch 8.0.0181 Summary:with cursorbind set cursor column highlighting is off Problem:When 'cursorbind' and 'cursorcolumn' are both on, the column highlignt in non-current windows is wrong. Solution: Add validate_cursor(). (Masanori Misono, closes #1372) Files: src