On 16-Aug-2021 18:24, Bram Moolenaar wrote:
John Marriott wrote:
On 15-Aug-2021 22:32, Bram Moolenaar wrote:
Patch 8.2.3348
Problem:line2byte() returns wrong value after adding textprop. (Yuto
Kimura)
Solution: Reduce the length by the size of the text property. (close
Patch 8.2.3356
Problem:Adding many text properties requires a lot of function calls.
Solution: Add the prop_add_list() function. (Yegappan Lakshmanan,
closes #8751)
Files: runtime/doc/eval.txt, runtime/doc/textprop.txt,
runtime/doc/usr_41.txt, src/evalfunc.c, sr
Patch 8.2.3355
Problem:MS-Windows: compiler warning for 64-32 bit conversion.
Solution: Add type casts.
Files: src/memline.c
*** ../vim-8.2.3354/src/memline.c 2021-08-15 22:18:00.719129114 +0200
--- src/memline.c 2021-08-16 21:08:52.056567438 +0200
***
*** 400
John Marriott wrote:
> >> On 15-Aug-2021 22:32, Bram Moolenaar wrote:
> >>> Patch 8.2.3348
> >>> Problem:line2byte() returns wrong value after adding textprop. (Yuto
> >>> Kimura)
> >>> Solution: Reduce the length by the size of the text property. (closes
> >>> #8759)
> >>>