Fix regressions in the latest runtime files update

2020-01-09 Fir de Conversatie Ken Takata
Hi Bram and Charles, There are many regressions in Charles' plugins in the latest runtime file update as reported at https://github.com/vim/vim/commit/2963456ff2b740244b3a064785fe681b1998d75e#r36734504 . Please check the attached patch. Regards, Ken Takata -- -- You received this message from

Patch 8.2.0109

2020-01-09 Fir de Conversatie Bram Moolenaar
Patch 8.2.0109 Problem:Corrupted text properties when expanding spaces. Solution: Reallocate the line. (Nobuhiro Takasaki, closes #5457) Files: src/edit.c, src/testdir/test_textprop.vim *** ../vim-8.2.0108/src/edit.c 2020-01-03 21:25:55.325995770 +0100 --- src/edit.c 2020-01-09 21:

Patch 8.2.0108

2020-01-09 Fir de Conversatie Bram Moolenaar
Patch 8.2.0108 Problem:When sign text is changed a manual redraw is needed. (Pontus Lietzler) Solution: Redraw automatically. (closes #5455) Files: src/testdir/test_signs.vim, src/sign.c, src/testdir/dumps/Test_sign_cursor_1.dump, src/testdir/dumps/T

Patch 8.2.0107

2020-01-09 Fir de Conversatie Bram Moolenaar
Patch 8.2.0107 Problem:Hgignore is out of sync from gitignore. Solution: Add lines to hgignore. (Ken Takata) Files: .hgigmore *** ../vim-8.2.0106/.hgignore 2019-06-21 17:31:32.0 +0200 --- .hgignore 2020-01-09 16:24:52.512568991 +0100 *** *** 10,15 --- 10,

Re: Patch 8.2.0090

2020-01-09 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2020/1/6 Mon 6:11:29 UTC+9 Bram Moolenaar wrote: > > > > > > Patch 8.2.0090 > > Problem:Generated files show up in git status. > > Solution: Ignore a few more files. > > Files:.gitignore > > > > I think that similar changes are needed for .hgignore: >

Re: Patch 8.2.0090

2020-01-09 Fir de Conversatie Ken Takata
Hi Bram, 2020/1/6 Mon 6:11:29 UTC+9 Bram Moolenaar wrote: > > > Patch 8.2.0090 > Problem:Generated files show up in git status. > Solution: Ignore a few more files. > Files:.gitignore > I think that similar changes are needed for .hgignore: --- a/.hgignore +++ b/.hgignore @